diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:04:17 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 06:04:17 +0000 |
commit | 00681ee6f1521202f02876793c43cb8cd146b7bf (patch) | |
tree | 3f6b83c4d28233397426f4f1ac1819c83aa98932 /sysutils/consolehm/files | |
parent | 8e9241f9cffd695043e013b8cbb226b7faa5a85c (diff) |
Notes
Diffstat (limited to 'sysutils/consolehm/files')
-rw-r--r-- | sysutils/consolehm/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/consolehm/files/patch-aa b/sysutils/consolehm/files/patch-aa new file mode 100644 index 000000000000..8f16375c8c04 --- /dev/null +++ b/sysutils/consolehm/files/patch-aa @@ -0,0 +1,12 @@ +--- Makefile.in.orig Wed Oct 20 23:02:06 1999 ++++ Makefile.in Wed Oct 20 23:02:19 1999 +@@ -1,7 +1,7 @@ + DEFS=-DHAVE_CONFIG_H +-PREFIX=/usr/local ++PREFIX?=/usr/local + +-CFLAGS=-O2 -g -Wall $(DEFS) ++CFLAGS+=-Wall $(DEFS) + + OBJS=chm.o + |