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/alsa-lib | |
parent | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (diff) | |
download | freebsd-ports-graphics-83d025618fe694bd1d221aab0e1d7172a3805487.tar.gz freebsd-ports-graphics-83d025618fe694bd1d221aab0e1d7172a3805487.tar.zst freebsd-ports-graphics-83d025618fe694bd1d221aab0e1d7172a3805487.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'audio/alsa-lib')
-rw-r--r-- | audio/alsa-lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index 11981a9e11a..532c6fcaaa7 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 |