diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 18:39:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 18:39:40 +0800 |
commit | 42ca1c2f7ffc9c5e1cdd5150d0414dada50cb523 (patch) | |
tree | 40d9dae06fb12a91594c868e5d360f9fd3cfb088 /audio/libmpdclient | |
parent | 0449a510e4b170a9e4f37d2585d577a333efbb8c (diff) | |
download | freebsd-ports-gnome-42ca1c2f7ffc9c5e1cdd5150d0414dada50cb523.tar.gz freebsd-ports-gnome-42ca1c2f7ffc9c5e1cdd5150d0414dada50cb523.tar.zst freebsd-ports-gnome-42ca1c2f7ffc9c5e1cdd5150d0414dada50cb523.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'audio/libmpdclient')
-rw-r--r-- | audio/libmpdclient/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libmpdclient/Makefile b/audio/libmpdclient/Makefile index 5fe49179fcfe..9a80596e8ecc 100644 --- a/audio/libmpdclient/Makefile +++ b/audio/libmpdclient/Makefile @@ -18,5 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack USE_LDCONFIG= yes +WITH_FBSD10_FIX=yes .include <bsd.port.mk> |