mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
www/netsurf: Fix iconv and explicitly defined LDFLAGS
Fix comes from dports and verified with lang/gcc48 in FreeBSD
This commit is contained in:
parent
57300847de
commit
617f400675
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329813
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user