From addfa4977307adfc0e31f7afac2a8e44fa8ee27c Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Fri, 13 Jan 2012 10:48:07 +0000 Subject: [PATCH] - Fix build with Clang. --- comms/libimobiledevice/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +USE_CSTD= gnu89 +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes PORTDOCS= AUTHORS NEWS README