diff options
author | marino <marino@FreeBSD.org> | 2013-10-09 00:56:21 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-09 00:56:21 +0800 |
commit | 8c27456c083bbc08555e4467115517c89cc7a834 (patch) | |
tree | 7bc0afaddb5ebf4662620ea841c5a527ed16ded5 /www | |
parent | b3f599d2b700ab0fd4bd4bc269124173708d6885 (diff) | |
download | freebsd-ports-gnome-8c27456c083bbc08555e4467115517c89cc7a834.tar.gz freebsd-ports-gnome-8c27456c083bbc08555e4467115517c89cc7a834.tar.zst freebsd-ports-gnome-8c27456c083bbc08555e4467115517c89cc7a834.zip |
www/netsurf: Fix iconv and explicitly defined LDFLAGS
Fix comes from dports and verified with lang/gcc48 in FreeBSD
Diffstat (limited to 'www')
-rw-r--r-- | www/netsurf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index ac1f39574ee4..802a6d4f96c3 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -20,10 +20,10 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ ALL_TARGET= #empty CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -lssl +LDFLAGS+= -lssl -lcrypto -L${LOCALBASE}/lib ${ICONV_LIB} MAKE_ARGS= HOST_CC="${CC}" CC="${CC}" CCOPT="" HOST="${OPSYS}" \ WARNFLAGS="" Q="" OPTCFLAGS="${CFLAGS}" -USES= bison gmake pkgconfig +USES= bison gmake pkgconfig iconv USE_GNOME= librsvg2 NSFB_VERSION= 0.1.0 |