diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 18:21:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 18:21:44 +0800 |
commit | 2b84174c720e32fb1b97f7ce1ce9afa83b21ab96 (patch) | |
tree | 15771b32bd08e6d36b7db0e09b97c450df4e1ee0 /audio/liblo | |
parent | 793b8ae49bc7e6a258938c43c483fa1346044551 (diff) | |
download | freebsd-ports-gnome-2b84174c720e32fb1b97f7ce1ce9afa83b21ab96.tar.gz freebsd-ports-gnome-2b84174c720e32fb1b97f7ce1ce9afa83b21ab96.tar.zst freebsd-ports-gnome-2b84174c720e32fb1b97f7ce1ce9afa83b21ab96.zip |
- Fix build with FreeBSD 10
Reported by: ph
Diffstat (limited to 'audio/liblo')
-rw-r--r-- | audio/liblo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/liblo/Makefile b/audio/liblo/Makefile index 659d75a16a91..246df153e902 100644 --- a/audio/liblo/Makefile +++ b/audio/liblo/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight Open Sound Control implementation +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes |