diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:14:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:14:21 +0000 |
commit | af745b330bc012b87d585aedd999f5e634de9125 (patch) | |
tree | 3f52132c3b55dce0cc6c04e8502d3d729786552b /devel/ORBit2/files | |
parent | 525c733f1556546e997afea9c390e81fb1e7a226 (diff) | |
download | ports-af745b330bc012b87d585aedd999f5e634de9125.tar.gz ports-af745b330bc012b87d585aedd999f5e634de9125.zip |
Notes
Diffstat (limited to 'devel/ORBit2/files')
-rw-r--r-- | devel/ORBit2/files/patch-src::orb::util::Makefile.in | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in index 0803976204e3..418298ddacf6 100644 --- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in +++ b/devel/ORBit2/files/patch-src::orb::util::Makefile.in @@ -1,11 +1,11 @@ ---- src/orb/util/Makefile.in.orig Mon Aug 5 04:14:23 2002 -+++ src/orb/util/Makefile.in Wed Aug 7 01:02:54 2002 -@@ -104,7 +104,7 @@ - INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ -+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ - -DORBIT2_INTERNAL_API \ - $(WARN_CFLAGS) \ - $(ORBIT_DEBUG_CFLAGS) \ +--- 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 |