summaryrefslogtreecommitdiff
path: root/sci-electronics/oregano/files/oregano-0.82-asneeded.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/oregano/files/oregano-0.82-asneeded.patch')
-rw-r--r--sci-electronics/oregano/files/oregano-0.82-asneeded.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-electronics/oregano/files/oregano-0.82-asneeded.patch b/sci-electronics/oregano/files/oregano-0.82-asneeded.patch
deleted file mode 100644
index 8432a918da65..000000000000
--- a/sci-electronics/oregano/files/oregano-0.82-asneeded.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/Makefile.am.orig 2012-12-06 09:58:37.000000000 +0100
-+++ src/Makefile.am 2012-12-06 10:00:03.000000000 +0100
-@@ -34,10 +34,11 @@
-
- bin_PROGRAMS = oregano
-
--OREGANO_LIBS += gplot/libgplot.a \
-+NEW_OREGANO_LIBS = gplot/libgplot.a \
- engines/libengines.a \
- model/libmodel.a \
-- sheet/libsheet.a
-+ sheet/libsheet.a \
-+ $(OREGANO_LIBS)
-
- oregano_PIXMAPS = \
- plot.xpm \
-@@ -99,4 +100,4 @@
- oregano.h
-
- oregano_LDADD = \
-- $(OREGANO_LIBS)
-+ $(NEW_OREGANO_LIBS)