mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Unbreak on 4.x by USE_GCC=3.2+
- Fix libxmlparse-detection while here Approved by: maintainer timeout (2w)
This commit is contained in:
parent
ab6ac404d7
commit
fa0d9a172b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147034
@ -20,8 +20,11 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 \
|
|||||||
xmltok:${PORTSDIR}/www/libwww \
|
xmltok:${PORTSDIR}/www/libwww \
|
||||||
xmlparse:${PORTSDIR}/www/libwww
|
xmlparse:${PORTSDIR}/www/libwww
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
USE_GCC= 3.2+
|
||||||
CONFIGURE_ARGS= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib"
|
GNU_CONFIGURE= yes
|
||||||
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/w3c-libwww
|
||||||
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
|
|
||||||
NO_INSTALL_MANPAGES= yes
|
NO_INSTALL_MANPAGES= yes
|
||||||
INFO= ledger
|
INFO= ledger
|
||||||
|
Loading…
Reference in New Issue
Block a user