Revert "Added -std=gnu99 to Makefile. strtof() came with c99, which is why GCC was...
authoruranther <jwheaton@purdue.edu>
Sat, 6 Jun 2009 20:41:22 +0000 (16:41 -0400)
committeruranther <jwheaton@purdue.edu>
Sat, 6 Jun 2009 20:41:22 +0000 (16:41 -0400)
This reverts commit 59399c365a8f9dbfaa1486bca2bc2f01ee7c434e.

Makefile

index 09e0ee5..34d5a1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CPPFLAGS:=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -ggdb -Wall -W -std=gnu99 -DARCH="\"$(shell uname -m)\"" -DG_ERRORCHECK_MUTEXES -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" $(CPPFLAGS)
+CPPFLAGS:=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -ggdb -Wall -W -DARCH="\"$(shell uname -m)\"" -DG_ERRORCHECK_MUTEXES -DCOMMIT="\"$(shell git log | head -n1 | sed "s/.* //")\"" $(CPPFLAGS)
 LDFLAGS:=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) $(LDFLAGS)
 all: uzbl uzblctrl