]> git.pld-linux.org Git - packages/geotool.git/commitdiff
- optflags
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Jan 2008 22:53:05 +0000 (22:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geotool-optflags.patch -> 1.1

geotool-optflags.patch [new file with mode: 0644]

diff --git a/geotool-optflags.patch b/geotool-optflags.patch
new file mode 100644 (file)
index 0000000..e75c80c
--- /dev/null
@@ -0,0 +1,12 @@
+--- geotool-0.9.1-src/src/Makefile~    2006-08-12 15:25:37.000000000 +0300
++++ geotool-0.9.1-src/src/Makefile     2008-01-15 00:51:26.463561114 +0200
+@@ -1,7 +1,8 @@
+ .PHONY: all clean distclean install uninstall
+ CC=gcc
+-CFLAGS=-I. -Wall -W -O3 -DHAVE_CONFIG_H
++CFLAGS=-Wall -W -O3
++CFLAGS=$(OPTFLAGS) -I. -DHAVE_CONFIG_H
+ LDFLAGS=-s
+ TARGET=geotool
This page took 0.06687 seconds and 4 git commands to generate.