forked from Lainports/opnsense-ports
11 lines
452 B
Text
11 lines
452 B
Text
--- src/Makefile.in.orig 2010-05-15 23:25:41 UTC
|
|
+++ src/Makefile.in
|
|
@@ -74,7 +74,7 @@ VERSION = @VERSION@
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
LDFLAGS = -L/usr/X11R6/lib
|
|
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
|
|
+INCLUDES = -Wall $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
|
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|