diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
commit | 83d025618fe694bd1d221aab0e1d7172a3805487 (patch) | |
tree | 1e5399ff100c65e79c9a358ad7188f3ada886dc7 /audio | |
parent | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (diff) | |
download | freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.gz freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.zst freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-lib/Makefile | 2 | ||||
-rw-r--r-- | audio/libmusicbrainz/Makefile | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index 11981a9e11a6..532c6fcaaa7f 100644 --- a/audio/alsa-lib/Makefile +++ b/audio/alsa-lib/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.silug.org/pub/alsa/lib/ \ MAINTAINER= aragon@phat.za.net COMMENT= ALSA compatibility library + +WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index 760b240ece34..a7e0b9083f95 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 CONFLICTS= musicbrainz-1.* +WITH_FBSD10_FIX=yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes |