summaryrefslogtreecommitdiff
path: root/www/pgdriver/files/patch-aa
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2001-03-12 10:38:15 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2001-03-12 10:38:15 +0000
commitb229f25fba6bcd7202cab3060156c4fa22ad6765 (patch)
tree51d928e4a930f4a9fd7a85d7b4d96c905a0280ea /www/pgdriver/files/patch-aa
parentUpdate the EMBOSS suite to v1.11.0 (diff)
Add a port for `pgdriver', the OpenACS projects supported AOLserver
to PostgreSQL interface.
Notes
Notes: svn path=/head/; revision=39640
Diffstat (limited to 'www/pgdriver/files/patch-aa')
-rw-r--r--www/pgdriver/files/patch-aa31
1 files changed, 31 insertions, 0 deletions
diff --git a/www/pgdriver/files/patch-aa b/www/pgdriver/files/patch-aa
new file mode 100644
index 000000000000..cae7084d2bfa
--- /dev/null
+++ b/www/pgdriver/files/patch-aa
@@ -0,0 +1,31 @@
+--- makefile-- Thu Mar 1 12:44:27 2001
++++ makefile Thu Mar 1 12:46:38 2001
+@@ -33,15 +33,15 @@
+ # package installed AOLserver and PostgreSQL
+
+ # Location of the PostgreSQL libraries
+-#PGLIB=/usr/local/pgsql/lib
++PGLIB=/usr/local/pgsql/lib
+
+ # Location of the PostgreSQL includes
+-#PGINC=/usr/local/pgsql/include
++PGINC=/usr/local/pgsql/include
+
+ # Location of the AOLserver files (normally the ~nsadmin directory):
+ #NSHOME=/opt/aolserver
+ # Alternate location for AOLserver
+-#NSHOME=/usr/local/AOLserver
++NSHOME=/usr/local/aolserver
+
+ CC=gcc
+ COPTS=-Wall -fpic -shared -I/usr/local/pgsql/include -I/home/nsadmin/include -I-/usr/include
+@@ -82,8 +82,8 @@
+ # FreeBSD 3
+ # The make install target isn't what you want---just copy postgres.so to
+ # /usr/local/libexec/aolserver
+-#COPTS=-g -Wall -fpic -pthread -D_THREAD_SAFE -I/usr/local/include/aolserver -I/usr/local/pgsql/include
+-#LDFLAGS=-pthread -Wl,-E
++COPTS=-g -Wall -fpic -pthread -D_THREAD_SAFE -I${NSHOME}/include -I${PGINC}
++LDFLAGS=-pthread -Wl,-E
+
+ # You should not need to edit anything below this line.