diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-14 20:28:58 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-14 20:28:58 +0000 |
commit | ab97728208653c9abd4e05d5a90eba3989792082 (patch) | |
tree | 88d883330911f4c89de331ac44fff311401f37a1 /www/suphp/files | |
parent | ecf10fa88ab9b7a3c7484121e3f567307f4faac0 (diff) | |
download | ports-ab97728208653c9abd4e05d5a90eba3989792082.tar.gz ports-ab97728208653c9abd4e05d5a90eba3989792082.zip |
Notes
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 |