summaryrefslogtreecommitdiff
path: root/cad/geda-utils/files
diff options
context:
space:
mode:
Diffstat (limited to 'cad/geda-utils/files')
-rw-r--r--cad/geda-utils/files/patch-configure11
-rw-r--r--cad/geda-utils/files/patch-gschlas_Makefile.in11
2 files changed, 0 insertions, 22 deletions
diff --git a/cad/geda-utils/files/patch-configure b/cad/geda-utils/files/patch-configure
deleted file mode 100644
index 2b2e2765a108..000000000000
--- a/cad/geda-utils/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Thu Jul 13 19:58:56 2006
-+++ configure Thu Jul 13 19:59:21 2006
-@@ -5859,7 +5859,7 @@
- # gEDA/gaf specify setup start
- #
-
--DATADIR=gEDA
-+DATADIR=geda
- GEDADATADIR=$datadir/$DATADIR
-
- if eval "test x$opt_rcdir = x"; then
diff --git a/cad/geda-utils/files/patch-gschlas_Makefile.in b/cad/geda-utils/files/patch-gschlas_Makefile.in
deleted file mode 100644
index 7a277d622c86..000000000000
--- a/cad/geda-utils/files/patch-gschlas_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- gschlas/Makefile.in.orig Mon Jun 26 03:08:03 2006
-+++ gschlas/Makefile.in Mon Jun 26 03:08:11 2006
-@@ -190,7 +190,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 = $(gschlas_SOURCES)
- DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
- SOURCES = $(gschlas_SOURCES)