diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-16 03:31:43 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-16 03:31:43 +0000 |
commit | 19355dd24643848f662ba8eff9124bfd90fe8329 (patch) | |
tree | 185fdd44a4a06c5360c2183f6a4a93574c1ac52d /www/mod_auth_form | |
parent | aa10f7a2b8e12bb6a0ed591db583e0749e0057d9 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_form')
-rw-r--r-- | www/mod_auth_form/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_auth_form/files/patch-Makefile.in b/www/mod_auth_form/files/patch-Makefile.in new file mode 100644 index 000000000000..bbaa230b9254 --- /dev/null +++ b/www/mod_auth_form/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig 2010-09-16 03:28:24.871834502 +0000 ++++ ./Makefile.in 2010-09-16 03:28:38.148842210 +0000 +@@ -610,7 +610,7 @@ + + install-exec-hook: + if test "$(APXS)" != "no"; then \ +- $(APXS) -i -n auth_form src/mod_auth_form.la; \ ++ $(APXS) -i -a -n auth_form src/mod_auth_form.la; \ + fi + + uninstall-local: |