summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-01 02:31:33 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-01 02:31:33 +0800
commitc7076ca05f787c50aee773d0b1986b83c27ef3ca (patch)
tree04157017c5d9b2e80c03354da0f4d23088e5a124 /graphics
parent36872c04078d445d926bbd4c582e1a321001b4b9 (diff)
downloadmarcuscom-ports-c7076ca05f787c50aee773d0b1986b83c27ef3ca.tar
marcuscom-ports-c7076ca05f787c50aee773d0b1986b83c27ef3ca.tar.gz
marcuscom-ports-c7076ca05f787c50aee773d0b1986b83c27ef3ca.tar.bz2
marcuscom-ports-c7076ca05f787c50aee773d0b1986b83c27ef3ca.tar.lz
marcuscom-ports-c7076ca05f787c50aee773d0b1986b83c27ef3ca.tar.xz
marcuscom-ports-c7076ca05f787c50aee773d0b1986b83c27ef3ca.tar.zst
marcuscom-ports-c7076ca05f787c50aee773d0b1986b83c27ef3ca.zip
Disable introspection for now since this is known to break the build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12552 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/clutter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 3b20f86a2..74f0dcaa5 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -20,7 +20,8 @@ USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix
USE_GL= gl
USE_XORG= glproto x11 xfixes xdamage xcomposite xi
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-x --with-json=internal
+CONFIGURE_ARGS= --with-x --with-json=internal \
+ --enable-introspection=no
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}