mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Do not set CONFIGURE_ARGS twice
This commit is contained in:
parent
ed3e2c714a
commit
0d7b872a8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489671
@ -22,16 +22,13 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
|
||||
PORTSCOUT= skipv:5c-1.1,5c-1.2,5c-1.5
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
|
||||
--disable-directfb \
|
||||
--enable-tee
|
||||
USES= cpe gnome libtool pathfix pkgconfig tar:xz
|
||||
CPE_VENDOR= cairographics
|
||||
USE_XORG= pixman
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
|
||||
--disable-directfb \
|
||||
--disable-gallium \
|
||||
|
@ -46,7 +46,7 @@ CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double
|
||||
CONFIGURE_ARGS= --disable-optimiz
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \
|
||||
CONFIGURE_ARGS+= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \
|
||||
CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \
|
||||
CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \
|
||||
|
Loading…
Reference in New Issue
Block a user