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
2 changed files with 2 additions and 5 deletions
|
@ -22,16 +22,13 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||||
|
|
||||||
PORTSCOUT= skipv:5c-1.1,5c-1.2,5c-1.5
|
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
|
USES= cpe gnome libtool pathfix pkgconfig tar:xz
|
||||||
CPE_VENDOR= cairographics
|
CPE_VENDOR= cairographics
|
||||||
USE_XORG= pixman
|
USE_XORG= pixman
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
|
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
|
||||||
--disable-directfb \
|
--disable-directfb \
|
||||||
--disable-gallium \
|
--disable-gallium \
|
||||||
|
|
|
@ -46,7 +46,7 @@ CXXFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 -malign-double
|
||||||
CONFIGURE_ARGS= --disable-optimiz
|
CONFIGURE_ARGS= --disable-optimiz
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \
|
CONFIGURE_ARGS+= --x-includes="${LOCALBASE}/include" --includedir=${LOCALBASE} \
|
||||||
CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \
|
CXXFLAGS="${CXXFLAGS} -L${LOCALBASE}/lib" \
|
||||||
CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \
|
CFLAGS="${CFLAGS} -L${LOCALBASE}/lib" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \
|
LDFLAGS="-L${LOCALBASE}/lib" COMPILED_BY=${MAINTAINER} \
|
||||||
|
|
Loading…
Reference in a new issue