13 lines
371 B
Plaintext
13 lines
371 B
Plaintext
|
$OpenBSD: patch-gerbview_makefile_gtk,v 1.1.1.1 2007/01/09 16:12:55 steven Exp $
|
||
|
--- gerbview/makefile.gtk.orig Thu Jan 4 14:33:58 2007
|
||
|
+++ gerbview/makefile.gtk Thu Jan 4 15:04:03 2007
|
||
|
@@ -3,7 +3,7 @@ CC = gcc
|
||
|
LD = gcc
|
||
|
|
||
|
# Compiler flags.
|
||
|
-CPPFLAGS = -Wall -O2 `wx-config --cxxflags`
|
||
|
+CPPFLAGS = -Wall -I${X11BASE}/include `wx-config --cxxflags`
|
||
|
|
||
|
LDFLAGS = -s
|
||
|
|