mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix build with Clang.
This commit is contained in:
parent
6f326a7f9a
commit
addfa49773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289097
1 changed files with 4 additions and 3 deletions
|
@ -22,12 +22,13 @@ LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
|
||||||
plist.1:${PORTSDIR}/devel/libplist \
|
plist.1:${PORTSDIR}/devel/libplist \
|
||||||
usbmuxd.1:${PORTSDIR}/comms/usbmuxd
|
usbmuxd.1:${PORTSDIR}/comms/usbmuxd
|
||||||
|
|
||||||
USE_BZIP2= yes
|
|
||||||
USE_GNOME= glib20
|
USE_GNOME= glib20
|
||||||
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
MAKE_JOBS_SAFE= yes
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
USE_CSTD= gnu89
|
||||||
|
MAKE_JOBS_SAFE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
PORTDOCS= AUTHORS NEWS README
|
PORTDOCS= AUTHORS NEWS README
|
||||||
|
|
Loading…
Add table
Reference in a new issue