summaryrefslogtreecommitdiff
path: root/www/mod_accounting/files
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-08-05 05:30:15 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-08-05 05:30:15 +0000
commit70a3cf2a958c7928b30425b7b0c6e917e85f333c (patch)
tree12fb8537e8306aa2ea8ef90953cd6071256aa3ae /www/mod_accounting/files
parentupdate mail/scmail: change maintainer's address (diff)
update www/mod_accounting: CVS version, which is in port is not usable
PR: 55211 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer) Pointed out by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Notes
Notes: svn path=/head/; revision=86327
Diffstat (limited to 'www/mod_accounting/files')
-rw-r--r--www/mod_accounting/files/patch-Makefile24
1 files changed, 11 insertions, 13 deletions
diff --git a/www/mod_accounting/files/patch-Makefile b/www/mod_accounting/files/patch-Makefile
index 2485eb44a13e..a1f40454626f 100644
--- a/www/mod_accounting/files/patch-Makefile
+++ b/www/mod_accounting/files/patch-Makefile
@@ -1,16 +1,17 @@
---- Makefile.back Wed Jul 30 09:41:20 2003
-+++ Makefile Wed Jul 30 09:40:23 2003
-@@ -5,13 +5,27 @@
+--- Makefile.orig Sun Dec 30 14:11:43 2001
++++ Makefile Tue Nov 19 21:07:22 2002
+@@ -5,13 +5,24 @@
##
# the used tools
-APXS=apxs
--APACHECTL=apachectl
++#APXS=apxs
+ APACHECTL=apachectl
- # here's what you may need to change
--DEF=-DNEED_POSTGRES -DNEED_MYSQL -DNEED_PLAINTEXT
--INC=-I/usr/local/pgsql/include/ -I/usr/local/mysql/include/ -I/opt/postgresql/include -I/opt/mysql/include
--LIB=-L/opt/postgresql/lib -L/usr/local/pgsql/lib -lpq -L/opt/mysql/lib/mysql/ -L/usr/local/mysql/lib/mysql/ -lmysqlclient
+-# here's what you may need to change
+-DEF=-DNEED_POSTGRES -DNEED_MYSQL
+-INC=-I/usr/local/pgsql/include/ -I/usr/local/mysql/include/
+-LIB=-L/usr/local/pgsql/lib -lpq -L/usr/local/mysql/lib/mysql/ -lmysqlclient
+.if !defined(WITHOUT_PGSQL)
+DEF_PGSQL= -DNEED_POSTGRES
+INC_PGSQL= -I${LOCALBASE}/include
@@ -23,13 +24,10 @@
+LIB_MYSQL= -L${LOCALBASE}/lib/mysql -lmysqlclient
+.endif
+
-+.if !defined(WITHOUT_PLAINTEXT)
-+DEF_PLAINTEXT=-DNEED_PLAINTEXT
-+.endif
-+
-+DEF=${DEF_MYSQL} ${DEF_PGSQL} ${DEF_PLAINTEXT}
++DEF=${DEF_MYSQL} ${DEF_PGSQL}
+INC=${INC_MYSQL} ${INC_PGSQL}
+LIB=${LIB_MYSQL} ${LIB_PGSQL}
# the default target
all: mod_accounting.so
+