aboutsummaryrefslogtreecommitdiff
path: root/www/fcgi/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/fcgi/files/patch-aa')
-rw-r--r--www/fcgi/files/patch-aa36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/fcgi/files/patch-aa b/www/fcgi/files/patch-aa
new file mode 100644
index 000000000000..d994c745057a
--- /dev/null
+++ b/www/fcgi/files/patch-aa
@@ -0,0 +1,36 @@
+*** Makefile.in.orig Thu May 13 17:22:24 1999
+--- Makefile.in Thu May 13 17:31:56 1999
+***************
+*** 14,20 ****
+ prefix = @prefix@
+ common_prefix = @common_prefix@
+ CVS_TAG = @CVS_TAG@
+! EXPORT_DIR = $(prefix)/build
+ PROTO_DIR = ../proto
+ BIN_DIR = $(exec_prefix)/bin
+ LIB_DIR = $(prefix)/lib
+--- 14,20 ----
+ prefix = @prefix@
+ common_prefix = @common_prefix@
+ CVS_TAG = @CVS_TAG@
+! EXPORT_DIR = $(prefix)/fcgi-devkit
+ PROTO_DIR = ../proto
+ BIN_DIR = $(exec_prefix)/bin
+ LIB_DIR = $(prefix)/lib
+***************
+*** 41,47 ****
+ (cd cgi-fcgi; make all)
+ (cd examples; make all)
+
+! export:
+ @ for i in $(TARGET_DIRS); \
+ do \
+ if test ! -d $$i; then \
+--- 41,47 ----
+ (cd cgi-fcgi; make all)
+ (cd examples; make all)
+
+! install: all
+ @ for i in $(TARGET_DIRS); \
+ do \
+ if test ! -d $$i; then \