diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-08 18:54:51 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-08 18:54:51 +0000 |
commit | fd471d9473592d1f6a634f873698bbec3c498c7c (patch) | |
tree | 1413e9970bb4ae00c84b7bd2b8915d3105c7a516 /www/larbin/files/patch-aa | |
parent | Update to 0.59.6. (diff) |
Unbreak by upgrading to 2.6.2
Approved by: Hiten Pandya <hiten@uk.FreeBSD.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=69740
Diffstat (limited to '')
-rw-r--r-- | www/larbin/files/patch-aa | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/larbin/files/patch-aa b/www/larbin/files/patch-aa deleted file mode 100644 index 9476a1b9fd52..000000000000 --- a/www/larbin/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- larbin.make.orig Mon Mar 4 06:47:28 2002 -+++ larbin.make Sat Jun 8 21:27:26 2002 -@@ -13,8 +13,7 @@ - ABS-MAIN-OBJ:=$(MAIN-OBJ) - - MAKE:=gmake --CXX:=g++ --CPPFLAGS:=-Wall -O3 -D_REENTRANT -I- -I$(BASEDIR) -I$(ADNSDIR) -+CPPFLAGS= ${CXXFLAGS} -Wall -D_REENTRANT -I- -I$(BASEDIR) -I$(ADNSDIR) - RM:=rm -f - - first: all -@@ -37,5 +36,3 @@ - - prof-in: CPPFLAGS += -pg -DPROF - prof-in: redo-in -- ---include .depend |