- Use appropriate *FLAGS
Feature safe: yes
This commit is contained in:
parent
9d3b744b0f
commit
76c930ae31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285864
1 changed files with 3 additions and 1 deletions
|
@ -20,9 +20,11 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|||
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
|
||||
xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
CFLAGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
CONFIGURE_ARGS= --with-zlib=/usr
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue