diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-12 01:18:37 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-12 01:18:37 +0000 |
commit | 25c7b3291077705f89ef1a429c8d780e7769ee25 (patch) | |
tree | 74b4144dc64704cda0bd80441f94d4ef189b7693 /devel/orbitcpp/files/patch-Makefile.buildvars | |
parent | Update to 1.0b11, depend on Tcl/Tk 8.3 (diff) |
Update to 0.30.4
PR: 35787
Submitted by: Ports Fury
Diffstat (limited to 'devel/orbitcpp/files/patch-Makefile.buildvars')
-rw-r--r-- | devel/orbitcpp/files/patch-Makefile.buildvars | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/orbitcpp/files/patch-Makefile.buildvars b/devel/orbitcpp/files/patch-Makefile.buildvars deleted file mode 100644 index 81c330f2715e..000000000000 --- a/devel/orbitcpp/files/patch-Makefile.buildvars +++ /dev/null @@ -1,8 +0,0 @@ ---- 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) |