freebsd-ports/devel/orbitcpp/files/patch-Makefile.buildvars
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

8 lines
371 B
Text

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