diff options
Diffstat (limited to 'devel/ORBit2/files')
-rw-r--r-- | devel/ORBit2/files/patch-ab | 24 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-configure | 13 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-src::orb::util::Makefile.in | 11 |
3 files changed, 48 insertions, 0 deletions
diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab new file mode 100644 index 000000000..308fddd87 --- /dev/null +++ b/devel/ORBit2/files/patch-ab @@ -0,0 +1,24 @@ +--- Makefile.in.orig Sat Oct 19 15:24:09 2002 ++++ Makefile.in Sat Oct 19 15:25:58 2002 +@@ -35,7 +35,7 @@ + DESTDIR = + + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ ++pkglibdir = $(prefix)/libdata/pkgconfig + pkgincludedir = $(includedir)/@PACKAGE@ + + top_builddir = . +@@ -97,11 +97,10 @@ + STRIP = @STRIP@ + VERSION = @VERSION@ + WARN_CFLAGS = @WARN_CFLAGS@ +-pkglibdir = @pkglibdir@ + + AUTOMAKE_OPTIONS = 1.3 + +-SUBDIRS = src include test docs ++SUBDIRS = src include docs + + bin_SCRIPTS = orbit2-config + diff --git a/devel/ORBit2/files/patch-configure b/devel/ORBit2/files/patch-configure new file mode 100644 index 000000000..ea26c15c2 --- /dev/null +++ b/devel/ORBit2/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD: ports/devel/ORBit2/files/patch-configure,v 1.2 2003/02/07 18:41:59 marcus Exp $ + +--- configure 2002/04/26 07:38:33 1.1 ++++ configure 2002/04/26 07:38:42 +@@ -6201,6 +6201,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in new file mode 100644 index 000000000..418298dda --- /dev/null +++ b/devel/ORBit2/files/patch-src::orb::util::Makefile.in @@ -0,0 +1,11 @@ +--- src/orb/util/Makefile.in.orig Fri Mar 14 19:44:05 2003 ++++ src/orb/util/Makefile.in Fri Mar 14 19:45:11 2003 +@@ -101,7 +101,7 @@ + + noinst_LTLIBRARIES = liborb-util.la + +-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" -DORBIT2_INTERNAL_API $(WARN_CFLAGS) $(ORBIT_DEBUG_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(ORBIT_CFLAGS) ++INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" -DORBIT2_INTERNAL_API $(WARN_CFLAGS) $(ORBIT_DEBUG_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(ORBIT_CFLAGS) + + + liborb_util_la_SOURCES = orbit-purify.h genrand.c orbit-options.c orbit-options.h orbit-util.c |