aboutsummaryrefslogtreecommitdiffstats
path: root/cad/geda/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'cad/geda/files/patch-ad')
-rw-r--r--cad/geda/files/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/geda/files/patch-ad b/cad/geda/files/patch-ad
new file mode 100644
index 000000000000..bd9b1827a06b
--- /dev/null
+++ b/cad/geda/files/patch-ad
@@ -0,0 +1,20 @@
+--- gschem/Makefile.in.orig Thu Sep 7 01:06:25 2000
++++ gschem/Makefile.in Thu Sep 7 01:06:49 2000
+@@ -125,7 +125,7 @@
+ gschem_SOURCES = a_pan.c a_zoom.c g_register.c g_rc.c g_key.c g_funcs.c globals.c gschem.c i_basic.c i_callbacks.c i_sbox.c i_vars.c o_basic.c o_attrib.c o_move.c o_copy.c o_delete.c o_misc.c o_slot.c o_arc.c o_box.c o_circle.c o_complex.c o_conn.c o_line.c o_net.c o_ntext.c o_pin.c x_attrsel.c x_basic.c x_compsel.c x_dialog.c x_event.c x_filesel.c x_grid.c x_log.c x_menus.c x_script.c x_pagesel.c x_print.c x_window.c x_stroke.c prototype1.0.h prototype1.2.h parsecmd.c globals.h i_vars.h
+
+
+-INCLUDES = -I../include @GUILE_INCLUDE@ @X_CFLAGS@
++INCLUDES = @GUILE_INCLUDE@ @X_CFLAGS@
+ gschem_LDADD = ../libgeda/libgeda.la @STROKE_LIB@ @GUILE_LIB@ @GTK@ @GDK@ @GLIB@ @X_LDFLAGS@
+
+ man_MANS = gschem.1
+@@ -142,7 +142,7 @@
+ PROGRAMS = $(bin_PROGRAMS)
+
+
+-DEFS = @DEFS@ -I. -I$(srcdir) -I..
++DEFS = -I../include -I- @DEFS@ -I. -I$(srcdir) -I..
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@