diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 21:00:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 21:00:45 +0000 |
commit | c17d6c4cd65133baac127d71f66d58975d0b7bc0 (patch) | |
tree | d4c2a616233cbda432216c4c48bac9de79e39ac8 /devel/libsoup22 | |
parent | 19351dbafcb33666ce6c1e55c6354de826e574dd (diff) |
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.
Notes
Notes:
svn path=/head/; revision=151979
Diffstat (limited to 'devel/libsoup22')
-rw-r--r-- | devel/libsoup22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index ab80e23e0f9e..2eff113b564e 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/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" |