aboutsummaryrefslogtreecommitdiff
path: root/cad/geda-gattrib/files/patch-src_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'cad/geda-gattrib/files/patch-src_Makefile.in')
-rw-r--r--cad/geda-gattrib/files/patch-src_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/geda-gattrib/files/patch-src_Makefile.in b/cad/geda-gattrib/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..1a632d81f37c
--- /dev/null
+++ b/cad/geda-gattrib/files/patch-src_Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Mon Jun 26 03:31:52 2006
++++ src/Makefile.in Mon Jun 26 03:31:58 2006
+@@ -264,7 +264,7 @@
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -lgeda
+ DIST_SOURCES = $(am__gattrib_SOURCES_DIST)
+ DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
+ SOURCES = $(gattrib_SOURCES)