1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build by disabling CUPS support (cyclic dependency)

PR:		134533
Reported by:	dan <dseven@rocketmail.com>
This commit is contained in:
Pietro Cerutti 2009-05-15 09:48:12 +00:00
parent 418f2c99a3
commit 7391bca721
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233923

View File

@ -42,6 +42,7 @@ CONFIGURE_ENV= ${MAKE_ENV} \
CPPFLAGS="-DUPD_SIGNAL=0 -I. -I${WRKSRC}/jasper/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-compile-inits \
--disable-cups \
--enable-contrib \
--enable-dynamic \
--with-ijs \