[xiph-commits] r12118 - trunk/sushivision
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu Nov 16 02:03:20 PST 2006
Author: xiphmont
Date: 2006-11-16 02:03:19 -0800 (Thu, 16 Nov 2006)
New Revision: 12118
Modified:
trunk/sushivision/Makefile
Log:
Ah hah! Found what it was Rillian really meant by -std=c99. He wanted gnu99, which is C99 with the gnu extensions.
Modified: trunk/sushivision/Makefile
===================================================================
--- trunk/sushivision/Makefile 2006-11-15 12:22:11 UTC (rev 12117)
+++ trunk/sushivision/Makefile 2006-11-16 10:03:19 UTC (rev 12118)
@@ -22,7 +22,7 @@
LIBS = -lpthread -ldl
CAIROVER = >= 1.0.0
GTKVER = >= 2.8.0
-GCF = `pkg-config --static --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2 gthread-2.0"`
+GCF = -std=gnu99 `pkg-config --static --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2 gthread-2.0"`
LDF = -pthread -L/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lm -lfontconfig -lpng12 -lXrender -lX11 -lpthread -lfreetype -lz -lgthread-2.0 -lglib-2.0 -lcairo
all:
More information about the commits
mailing list