diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-16 15:17:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-16 15:17:43 +0800 |
commit | b0eebb83b895381349f1378a91d0fcadcf916bdd (patch) | |
tree | 44221da21720d0249a509ff019fb01ffa7f7838b /devel/gnomevfs2 | |
parent | 3d82ac09c4f3834cfd8238e06a42c074ae01046f (diff) | |
download | marcuscom-ports-b0eebb83b895381349f1378a91d0fcadcf916bdd.tar marcuscom-ports-b0eebb83b895381349f1378a91d0fcadcf916bdd.tar.gz marcuscom-ports-b0eebb83b895381349f1378a91d0fcadcf916bdd.tar.bz2 marcuscom-ports-b0eebb83b895381349f1378a91d0fcadcf916bdd.tar.lz marcuscom-ports-b0eebb83b895381349f1378a91d0fcadcf916bdd.tar.xz marcuscom-ports-b0eebb83b895381349f1378a91d0fcadcf916bdd.tar.zst marcuscom-ports-b0eebb83b895381349f1378a91d0fcadcf916bdd.zip |
Add USE_OPENSSL and modify CONFIGURE_ENV and LDFLAGS accordingly. This fixes
the build if non-base OpenSSL is used.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5385 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r-- | devel/gnomevfs2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index d2c4f7db4..31844d6a8 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD: ports/devel/gnomevfs2/Makefile,v 1.102 2005/11/05 04:53:17 marcus Exp $ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.121 2005/12/14 05:24:12 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.122 2005/12/15 03:27:00 marcus Exp $ # PORTNAME= gnomevfs2 @@ -26,13 +26,14 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ libbonobo ltverhack USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 +USE_OPENSSL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-openssl \ --disable-gnutls \ --disable-howl CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall |