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/libmtp | |
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/libmtp')
-rw-r--r-- | audio/libmtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libmtp/Makefile b/audio/libmtp/Makefile index ecd8c00e43b4..5016a949ef60 100644 --- a/audio/libmtp/Makefile +++ b/audio/libmtp/Makefile @@ -15,6 +15,7 @@ COMMENT= Media Transfer Protocol (MTP) library LICENSE= LGPL21 +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes |