Make CONFIGURE_ENV cleaner and compatible with bsd.port.mk
USE_GETOPT_LONG option
This commit is contained in:
parent
5705d61058
commit
3502f0ebbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80948
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user