- Update to 0.17.1
- Add CONFIGURE_TARGET and CPPFLAGS, fixing configure warnings
This commit is contained in:
parent
40e8aa9acc
commit
9fd8373697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188028
2 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libnxml
|
||||
PORTVERSION= 0.17
|
||||
PORTVERSION= 0.17.1
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://www2.autistici.org/bakunin/libnxml/ \
|
||||
http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
|
||||
|
@ -17,7 +17,8 @@ COMMENT= A C library for writing XML 1.0/1.1 files or streams
|
|||
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I/${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I/${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libnxml-0.17.tar.gz) = d85c0131fad61f2a0655e36ab03ee35b
|
||||
SHA256 (libnxml-0.17.tar.gz) = f56bea7aba6c4a72f6e33fb26d9adcad75731b35f0d3ff9f5e50a2692ed9c524
|
||||
SIZE (libnxml-0.17.tar.gz) = 341001
|
||||
MD5 (libnxml-0.17.1.tar.gz) = 4747c18b9e3a57ef078a0b0bf35fc243
|
||||
SHA256 (libnxml-0.17.1.tar.gz) = 1b8c88cd426f106acd0c16e3c6a6d3433f0a408bfc2d46620e9ab7268689519a
|
||||
SIZE (libnxml-0.17.1.tar.gz) = 341040
|
||||
|
|
Loading…
Reference in a new issue