[PC-BSD Commits] r21383 - pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 7 07:40:34 PST 2013
Author: kris
Date: 2013-02-07 15:40:34 +0000 (Thu, 07 Feb 2013)
New Revision: 21383
Modified:
pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile
Log:
Further try to fix clutter-gtk in Poudriere, not sure why it works
in Tindy, but fails here :(
Modified: pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile
===================================================================
--- pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile 2013-02-07 13:57:50 UTC (rev 21382)
+++ pcbsd/current/build-files/ports-overlay/graphics/clutter-gtk/Makefile 2013-02-07 15:40:34 UTC (rev 21383)
@@ -26,7 +26,7 @@
USE_XORG= xp x11
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/json-glib-1.0 -I${LOCALBASE}/include/clutter-1.0 ${PTHREAD_CFLAGS}
+CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/clutter-1.0 -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