mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
neon: use pkg_config.
This commit is contained in:
@@ -19,7 +19,7 @@ property manipulation."
|
||||
HOMEPAGE="http://www.webdav.org/neon/"
|
||||
COPYRIGHT="1999-2011 Joe Orton"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://www.webdav.org/neon/neon-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="db0bd8cdec329b48f53a6f00199c92d5ba40b0f015b153718d1b15d3d967fbca"
|
||||
PATCHES="neon-0.29.6.patch"
|
||||
@@ -60,10 +60,11 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -79,7 +80,7 @@ BUILD()
|
||||
aclocal -I macros
|
||||
autoconf
|
||||
runConfigure ./configure \
|
||||
--with-ssl \
|
||||
--with-ssl=openssl \
|
||||
--with-libxml2 \
|
||||
--enable-shared \
|
||||
--disable-nls
|
||||
|
||||
Reference in New Issue
Block a user