diff options
Diffstat (limited to 'cad/gspiceui/files/patch-src_Makefile')
-rw-r--r-- | cad/gspiceui/files/patch-src_Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cad/gspiceui/files/patch-src_Makefile b/cad/gspiceui/files/patch-src_Makefile new file mode 100644 index 000000000000..178f913ce0d8 --- /dev/null +++ b/cad/gspiceui/files/patch-src_Makefile @@ -0,0 +1,24 @@ +--- src/Makefile.orig Wed Jan 11 23:09:15 2006 ++++ src/Makefile Sat Apr 29 19:29:09 2006 +@@ -23,7 +23,7 @@ + PROG = gspiceui + + # wxWidgets configuration utility +-WXCFG = wx-config ++WXCFG = wxgtk2u-2.6-config + + # Directories + #ROOT := $(shell cd .. ; pwd) +@@ -45,10 +45,10 @@ + + # Includes + INCLUDES =-I/usr/include -I/usr/X11R6/include -I. -Ibase -Imain -Inetlist \ +--Ignucap -Ingspice -Iprocess -Iutility ++-Ignucap -Ingspice -Iprocess -Iutility $(shell wxgtk2u-2.6-config --cxxflags) + + # Libraries +-LIB := $(shell wx-config --libs) ++LIB := $(shell wxgtk2u-2.6-config --libs) + + # Sources & headers + SRCS = *.cpp |