blob: 63a345c1ca7cb7f977505ede1e310fc35668583e (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/make.defaults,v 1.2 2012/09/09 10:23:33 grobian Exp $
# on OSX one should have objc available
USE="objc objc++"
# we have OSX, so let's use it's virtues
USE="${USE} aqua coreaudio ipv6"
|