diff options
Diffstat (limited to 'sci-electronics/oregano/files/oregano-0.82-asneeded.patch')
-rw-r--r-- | sci-electronics/oregano/files/oregano-0.82-asneeded.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-electronics/oregano/files/oregano-0.82-asneeded.patch b/sci-electronics/oregano/files/oregano-0.82-asneeded.patch new file mode 100644 index 000000000000..8432a918da65 --- /dev/null +++ b/sci-electronics/oregano/files/oregano-0.82-asneeded.patch @@ -0,0 +1,22 @@ +--- 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) |