Make CONFIGURE_ENV cleaner and compatible with bsd.port.mk

USE_GETOPT_LONG option
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-05-14 02:37:24 +00:00
parent 5705d61058
commit 3502f0ebbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80948
2 changed files with 8 additions and 8 deletions

View File

@ -23,10 +23,10 @@ USE_GNOME= glib12
USE_PERL5_RUN= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt \
${PTHREAD_LIBS:S/"//g}"
LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
CPPFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-manual-db-detect
MANCOMPRESSED= no

View File

@ -23,10 +23,10 @@ USE_GNOME= glib12
USE_PERL5_RUN= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt \
${PTHREAD_LIBS:S/"//g}"
LDFLAGS+= ${PTHREAD_LIBS:S/"//g}
CPPFLAGS+= ${PTHREAD_CFLAGS}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-manual-db-detect
MANCOMPRESSED= no