aboutsummaryrefslogtreecommitdiff
path: root/devel/orbitcpp/files
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2001-11-15 09:36:17 +0000
committerJohann Visagie <wjv@FreeBSD.org>2001-11-15 09:36:17 +0000
commitc0ebbd3943ed888dcf7dfa4105d48fa251bc20df (patch)
tree46040201ef2b3eeea6d49b0903ee3c42bc791cea /devel/orbitcpp/files
parent10e49a0dbc8ed312a53f8010ab73292defb2ada8 (diff)
Notes
Diffstat (limited to 'devel/orbitcpp/files')
-rw-r--r--devel/orbitcpp/files/patch-Makefile.am11
-rw-r--r--devel/orbitcpp/files/patch-Makefile.buildvars8
-rw-r--r--devel/orbitcpp/files/patch-Makefile.in23
3 files changed, 19 insertions, 23 deletions
diff --git a/devel/orbitcpp/files/patch-Makefile.am b/devel/orbitcpp/files/patch-Makefile.am
new file mode 100644
index 000000000000..437bc027e92b
--- /dev/null
+++ b/devel/orbitcpp/files/patch-Makefile.am
@@ -0,0 +1,11 @@
+--- Makefile.am.orig Fri Feb 9 01:17:50 2001
++++ Makefile.am Thu Nov 15 11:00:58 2001
+@@ -3,7 +3,7 @@
+ # remove tests from global 'make' target if we don't have
+ # orbit-idl --backenddir=<foo>
+ if HAVE_ORBIT_IDL_BACKENDDIR
+-SUBDIRS=compiler orb services test
++SUBDIRS=compiler orb services
+ else
+ SUBDIRS=compiler orb
+ endif
diff --git a/devel/orbitcpp/files/patch-Makefile.buildvars b/devel/orbitcpp/files/patch-Makefile.buildvars
new file mode 100644
index 000000000000..81c330f2715e
--- /dev/null
+++ b/devel/orbitcpp/files/patch-Makefile.buildvars
@@ -0,0 +1,8 @@
+--- Makefile.buildvars.orig Thu Apr 5 11:57:48 2001
++++ Makefile.buildvars Thu Nov 15 11:04:56 2001
+@@ -1,4 +1,4 @@
+-INCLUDES= -I$(top_builddir) -I$(top_srcdir) $(ORBIT_CFLAGS)
++INCLUDES= -I$(top_builddir) -I$(top_srcdir) -I${LOCALBASE}/include $(ORBIT_CFLAGS)
+ # -ansi and -pedantic suck because of many superfluous warnings.
+ FLAGS = -Wall
+ CFLAGS = -g -O0 $(FLAGS)
diff --git a/devel/orbitcpp/files/patch-Makefile.in b/devel/orbitcpp/files/patch-Makefile.in
deleted file mode 100644
index f72e9febd0d3..000000000000
--- a/devel/orbitcpp/files/patch-Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in Wed May 23 01:52:34 2001
-+++ Makefile.in Thu Aug 30 19:57:42 2001
-@@ -92,7 +92,7 @@
- idlbackenddir = @idlbackenddir@
-
- AUTOMAKE_OPTIONS = 1.4 # required version of automake.
--@HAVE_ORBIT_IDL_BACKENDDIR_TRUE@SUBDIRS = compiler orb services test
-+@HAVE_ORBIT_IDL_BACKENDDIR_TRUE@SUBDIRS = compiler orb services
- @HAVE_ORBIT_IDL_BACKENDDIR_FALSE@SUBDIRS = compiler orb
- EXTRA_DIST = HACKING FAQ README README-0.30 orbitcpp.m4 Makefile.buildvars #KNOWN-BUGS
-
-@@ -118,7 +118,7 @@
-
- TAR = tar
- GZIP_ENV = --best
--DIST_SUBDIRS = compiler orb services test compiler orb
-+DIST_SUBDIRS = compiler orb services compiler orb
- all: all-redirect
- .SUFFIXES:
- $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)