summaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql/files/patch-ac
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-02-03 06:32:52 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-02-03 06:32:52 +0000
commit1959b9dfbdfd1e1959d8d1781c3fe1695b368523 (patch)
treef9e11e1c55b93a40018052c530778cdf1373d8cc /www/mod_auth_mysql/files/patch-ac
parentMark as broken on sparc64: does not compile. (diff)
- Update to 3.2
Notes
Notes: svn path=/head/; revision=227508
Diffstat (limited to 'www/mod_auth_mysql/files/patch-ac')
-rw-r--r--www/mod_auth_mysql/files/patch-ac30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/mod_auth_mysql/files/patch-ac b/www/mod_auth_mysql/files/patch-ac
deleted file mode 100644
index 8e7947f82ab1..000000000000
--- a/www/mod_auth_mysql/files/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.in.orig Sat Oct 3 06:24:28 1998
-+++ Makefile.in Fri May 19 23:52:29 2000
-@@ -14,9 +14,27 @@
- REGCFLAGS = $(CFLAGS)
- APXS = @APXS@
- APXS_LDFLAGS = @APXS_LDFLAGS@
-+APXS_INCLUDE = @APXS_INCLUDE@
- WARNING_LEVEL = @WARNING_LEVEL@
-
-+# the default target
-+all: build
-+
-+# build the shared object file for Apache
-+build: mod_auth_mysql.so
-+
-+# compile the shared object file
-+mod_auth_mysql.so: auth_mysql_config.h mod_auth_mysql.c
-+ $(APXS) -c -o libauth_mysql.so ${APXS_LDFLAGS} ${APXS_INCLUDE} mod_auth_mysql.c
-+
-+auth_mysql_config.h:
-+ cp config.h auth_mysql_config.h
-+
-+# install the shared object file into Apache
- install:
- $(INSTALL_IT)
- @cat .install_notes
-
-+# cleanup
-+clean:
-+ -rm -f mod_auth_mysql.o mod_auth_mysql.so