summaryrefslogtreecommitdiff
path: root/www/pgdriver/files/patch-aa
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /www/pgdriver/files/patch-aa
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'www/pgdriver/files/patch-aa')
-rw-r--r--www/pgdriver/files/patch-aa30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/pgdriver/files/patch-aa b/www/pgdriver/files/patch-aa
deleted file mode 100644
index 541a9a266f20..000000000000
--- a/www/pgdriver/files/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
---- makefile-- Mon May 14 06:41:27 2001
-+++ makefile Mon Sep 3 15:37:38 2001
-@@ -32,21 +32,22 @@
- # - Added a commented-out block showing settings for Debian/GNU Linux with
- # package installed AOLserver and PostgreSQL
-
--INSTALL=/home/nsadmin
-+INSTALL=${NSHOME}
-
- # Location of the PostgreSQL libraries
--PGLIB=/usr/local/pgsql/lib
-+PGLIB=${PREFIX}/lib
-
- # Location of the PostgreSQL includes
--PGINC=/usr/local/pgsql/include
-+PGINC=${PREFIX}/include
-
- # Location of the AOLserver files (normally the ~nsadmin directory):
- #NSHOME=/opt/aolserver
- # Alternate location for AOLserver
--NSHOME=/home/aolserver/aolserver3_0
-+NSHOME=${PREFIX}/aolserver
-
- CC=gcc
--COPTS=-Wall -fpic -shared -I/usr/local/pgsql/include -I/home/aolserver/include -I-/usr/include
-+COPTS=-Wall -fpic -shared -I${PGINC} -I${NSNOME}/include -I-/usr/include
-+LDFLAGS=-pthread -Wl,-E
-
- # Debian Linux with deb AOLserver & PostgreSQL
- #CC=gcc