diff options
author | adamw <adamw@FreeBSD.org> | 2005-12-25 05:00:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-12-25 05:00:45 +0800 |
commit | 5b9526290b26036a7f86f1c1b3f6249d7e0546ce (patch) | |
tree | 209a54ae04fca10cd3ad260a0ee970eadb237bda /devel/libsoup | |
parent | 12697ad507417fd5f72c18b5b3d72229a3bb3ba0 (diff) | |
download | freebsd-ports-gnome-5b9526290b26036a7f86f1c1b3f6249d7e0546ce.tar.gz freebsd-ports-gnome-5b9526290b26036a7f86f1c1b3f6249d7e0546ce.tar.zst freebsd-ports-gnome-5b9526290b26036a7f86f1c1b3f6249d7e0546ce.zip |
Back out the last commit, now that the libtool-1.5.22 issue is
resolved. And marcus says that the LDFLAGS should stay separate
for OpenSSL purposes.
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index ab80e23e0f9e..2eff113b564e 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.2" |