[PC-BSD Commits] r21379 - pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk
svn at pcbsd.org
svn at pcbsd.org
Wed Feb 6 15:01:55 PST 2013
Author: kris
Date: 2013-02-06 23:01:55 +0000 (Wed, 06 Feb 2013)
New Revision: 21379
Modified:
pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile
Log:
Another attempt to fix clutter-gtk
Modified: pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile
===================================================================
--- pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile 2013-02-06 20:12:55 UTC (rev 21378)
+++ pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile 2013-02-06 23:01:55 UTC (rev 21379)
@@ -26,7 +26,7 @@
USE_XORG= xp x11
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/clutter-1.0 ${PTHREAD_CFLAGS}
+CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/json-glib-1.0 -I${LOCALBASE}/include/clutter-1.0 ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.mk>
More information about the Commits
mailing list