diff options
-rw-r--r-- | textproc/libcroco/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libcroco/Makefile b/textproc/libcroco/Makefile index fa17e0f0667..266d63d7e75 100644 --- a/textproc/libcroco/Makefile +++ b/textproc/libcroco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2012/02/09 20:29:20 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2012/02/10 08:50:14 tron Exp $ # DISTNAME= libcroco-0.6.4 @@ -21,6 +21,7 @@ PKGCONFIG_OVERRIDE+= libcroco-0.6.pc CONFIGURE_ARGS+= --enable-seleng=yes CONFIGURE_ARGS+= --enable-layeng=yes +CONFIGURE_ARGS+= --disable-Bsymbolic .include "../../devel/glib2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |