diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/cgi-lib/files/patch-makefile | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/cgi-lib/files/patch-makefile')
-rw-r--r-- | www/cgi-lib/files/patch-makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/cgi-lib/files/patch-makefile b/www/cgi-lib/files/patch-makefile new file mode 100644 index 000000000000..247728ebeea2 --- /dev/null +++ b/www/cgi-lib/files/patch-makefile @@ -0,0 +1,12 @@ +--- makefile.orig Sun Jan 23 20:40:47 2000 ++++ makefile Sun Jan 23 20:41:08 2000 +@@ -24,7 +24,7 @@ + # + + CGI-LIB=cgi-lib.a +-CC=gcc +-CCFLAGS=-c ++CC?=gcc ++CCFLAGS+=-c + AR=ar + ARFLAGS=rc |