diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-23 01:31:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-23 01:31:30 +0000 |
commit | 851f04fd36a5ec6696e6d03aa78fa0387907f390 (patch) | |
tree | 8d3f5ff6d3d9777914748769520403e46db3bc75 /www/thttpd/files/patch-Makefile.in | |
parent | - Switch graphics/simage USES=libtool, drop .la files (diff) |
Unbreak. Don't include the unversioned notes.html file, and instead
put a note about it into the pkg-message.
While here, STAGE, use @sample, and rename patch-xy's.
Notes
Notes:
svn path=/head/; revision=358885
Diffstat (limited to 'www/thttpd/files/patch-Makefile.in')
-rw-r--r-- | www/thttpd/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/thttpd/files/patch-Makefile.in b/www/thttpd/files/patch-Makefile.in new file mode 100644 index 000000000000..a51144a82d33 --- /dev/null +++ b/www/thttpd/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Apr 24 19:21:06 2001 ++++ Makefile.in Tue Apr 24 19:21:33 2001 +@@ -47,7 +47,7 @@ + # You shouldn't need to edit anything below here. + + CC = @CC@ +-CCOPT = @V_CCOPT@ ++CCOPT = @CFLAGS@ + DEFS = @DEFS@ + INCLS = -I. + CFLAGS = $(CCOPT) $(DEFS) $(INCLS) |