Do not set CONFIGURE_ARGS twice

This commit is contained in:
Tobias Kortkamp 2019-01-08 11:23:34 +00:00
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

View file

@ -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 \

View file

@ -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} \