summaryrefslogtreecommitdiff
path: root/main/apache-mod-auth-kerb
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:55:59 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:55:59 +0100
commit1eb911922a7e818a6f314a68c0561bba008e6efd (patch)
tree9b647e44195a0a0876b40cbf5fa42dca0641179f /main/apache-mod-auth-kerb
parentd420552f02af2ad6a15cf3a70b76bf86b222c07e (diff)
downloadaports-1eb911922a7e818a6f314a68c0561bba008e6efd.zip
Remove stale patches in main/
Diffstat (limited to 'main/apache-mod-auth-kerb')
-rw-r--r--main/apache-mod-auth-kerb/mod_auth_kerb.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/apache-mod-auth-kerb/mod_auth_kerb.patch b/main/apache-mod-auth-kerb/mod_auth_kerb.patch
deleted file mode 100644
index 350a393cd46..00000000000
--- a/main/apache-mod-auth-kerb/mod_auth_kerb.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.in b/Makefile.in
-index 36f6046..41d4887 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -13,7 +13,7 @@ CFLAGS =
- all: src/mod_auth_kerb.so
-
- src/mod_auth_kerb.so: src/mod_auth_kerb.c $(SPNEGO_SRCS)
-- ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c"
-+ apxs -c ${CPPFLAGS} ${LDFLAGS} mod_auth_kerb.s
-
- install:
- ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c -i" "src/mod_auth_kerb.c"