diff options
author | avilla <avilla@FreeBSD.org> | 2012-01-13 18:48:07 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-01-13 18:48:07 +0800 |
commit | b9499e844be372c47a7759bdd883c2aee33ffa70 (patch) | |
tree | 93dae6d881d965db525127d73eb02ca4e8a72f3a /comms | |
parent | 4531bd3ccc0459f325fe4e583b0375b2283098c8 (diff) | |
download | freebsd-ports-gnome-b9499e844be372c47a7759bdd883c2aee33ffa70.tar.gz freebsd-ports-gnome-b9499e844be372c47a7759bdd883c2aee33ffa70.tar.zst freebsd-ports-gnome-b9499e844be372c47a7759bdd883c2aee33ffa70.zip |
- Fix build with Clang.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libimobiledevice/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 2202386ed4d1..639eb5ade556 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -22,12 +22,13 @@ LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ plist.1:${PORTSDIR}/devel/libplist \ usbmuxd.1:${PORTSDIR}/comms/usbmuxd -USE_BZIP2= yes USE_GNOME= glib20 +USE_BZIP2= yes GNU_CONFIGURE= yes +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_CSTD= gnu89 MAKE_JOBS_SAFE= yes -CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes PORTDOCS= AUTHORS NEWS README |