diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-30 03:01:59 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-30 03:01:59 +0800 |
commit | 4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd (patch) | |
tree | bd8a2088309288e74fbee65780d40df31928a708 /textproc/libnxml/Makefile | |
parent | d970f7fbce8eafa6dc8776cd613101977376fa42 (diff) | |
download | freebsd-ports-gnome-4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd.tar.gz freebsd-ports-gnome-4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd.tar.zst freebsd-ports-gnome-4428d4a2870a19fd2d2ecddc3813ddf5d81dafcd.zip |
Fix build with FreeBSD 10
Approved by: portmgr (miwi)
Diffstat (limited to 'textproc/libnxml/Makefile')
-rw-r--r-- | textproc/libnxml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile index 61a963f0e5e2..92d4174092c6 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -18,6 +18,7 @@ COMMENT= A C library for writing XML 1.0/1.1 files or streams LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |