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:
parent
19351dbafc
commit
c17d6c4cd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151979
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user