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.
This commit is contained in:
Adam Weinberger 2005-12-24 21:00:45 +00:00
parent 19351dbafc
commit c17d6c4cd6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151979
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"