diff options
Diffstat (limited to '')
-rw-r--r-- | devel/ORBit2/files/patch-ab | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab index 308fddd87618..57f1e2d4c301 100644 --- a/devel/ORBit2/files/patch-ab +++ b/devel/ORBit2/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Oct 19 15:24:09 2002 -+++ Makefile.in Sat Oct 19 15:25:58 2002 +--- Makefile.in.orig Sat Jun 14 01:50:29 2003 ++++ Makefile.in Sat Jun 14 01:51:03 2003 @@ -35,7 +35,7 @@ DESTDIR = @@ -9,16 +9,12 @@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . -@@ -97,11 +97,10 @@ - STRIP = @STRIP@ - VERSION = @VERSION@ - WARN_CFLAGS = @WARN_CFLAGS@ --pkglibdir = @pkglibdir@ +@@ -115,7 +115,7 @@ AUTOMAKE_OPTIONS = 1.3 --SUBDIRS = src include test docs -+SUBDIRS = src include docs +-SUBDIRS = linc2 src include test docs ++SUBDIRS = linc2 src include docs bin_SCRIPTS = orbit2-config |