openbsd-ports/cad/kicad/patches/patch-gerbview_makefile_gtk
steven 19e5b0630b import kicad-2006-08-28
Kicad is an open source software for the creation of electronic schematic
diagrams and printed circuit board artwork.

with some ideas from freebsd.
also tested by Antti Harri <iku at openbsd.fi>, thanks
2007-01-09 16:12:55 +00:00

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