diff options
Diffstat (limited to 'www/kcgi/files/patch-Makefile')
-rw-r--r-- | www/kcgi/files/patch-Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/kcgi/files/patch-Makefile b/www/kcgi/files/patch-Makefile new file mode 100644 index 000000000000..0e032d59b11f --- /dev/null +++ b/www/kcgi/files/patch-Makefile @@ -0,0 +1,9 @@ +--- Makefile.orig 2015-07-18 20:23:31 UTC ++++ Makefile +@@ -1,5 +1,5 @@ + .SUFFIXES: .3 .3.html .8 .8.html .dot .svg .gnuplot .png .xml .html +- ++.PHONY: regress + # Comment if you don't need statically linked. + # This is only for the sample program! + #STATIC = -static |