freebsd-ports/devel/orbitcpp/files/patch-Makefile.am
Johann Visagie c0ebbd3943 - Add patch-Makefile.buildvars to add ${LOCALBASE}/include to INCLUDEDIRS
(port did not build with ORBit ports >= 0.5.10).
- GNU_CONFIGURE -> USE_AUTOMAKE, in order to incorporate variables from
  Makefile.buildvars in Makefiles.
- Move removal of "test" directory from Makefile.in to Makefile.am, to
  accommodate the fact that we're now using automake:  Remove
  patch-Makefile.in and add patch-Makefile.am.
- Expand pkg-descr a bit.
- Alphabetise pkg-plist and add directories.
- Bump PORTREVISION.
2001-11-15 09:36:17 +00:00

12 lines
343 B
Plaintext

--- 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