diff options
author | clement <clement@FreeBSD.org> | 2004-01-15 04:28:58 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-15 04:28:58 +0800 |
commit | 9448be9ca35217cb66ce1c05313731dc583fcc67 (patch) | |
tree | 2d181988b52070e478c8d33539d7fc49b084cdb4 /www/suphp/files | |
parent | f60730f4d5984b090d9c94769378b59e02a57f97 (diff) | |
download | freebsd-ports-gnome-9448be9ca35217cb66ce1c05313731dc583fcc67.tar.gz freebsd-ports-gnome-9448be9ca35217cb66ce1c05313731dc583fcc67.tar.zst freebsd-ports-gnome-9448be9ca35217cb66ce1c05313731dc583fcc67.zip |
- Fix suPHP.
- Bump PORTREVISION
Noticed by: Starhost.nl - N.Elsten <elsten@starhost.nl>
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'www/suphp/files')
-rw-r--r-- | www/suphp/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/suphp/files/patch-configure b/www/suphp/files/patch-configure deleted file mode 100644 index 85bc9b69335d..000000000000 --- a/www/suphp/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sun Jan 11 15:21:53 2004 -+++ configure Sun Jan 11 15:22:19 2004 -@@ -2253,7 +2253,7 @@ - if test $withval; then - - cat >>confdefs.h <<_ACEOF --#define OPT_MIN_UID $withval -+#define OPT_MIN_UID "$withval" - _ACEOF - - fi -@@ -2276,7 +2276,7 @@ - if test $withval; then - - cat >>confdefs.h <<_ACEOF --#define OPT_MIN_GID $withval -+#define OPT_MIN_GID "$withval" - _ACEOF - - fi |