summaryrefslogtreecommitdiff
path: root/sysutils/gpart/files/patch-ab
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-16 09:15:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-16 09:15:16 +0000
commit8ae5d2d4f9c2f5202ba3f7ba2c971e7ddd1e901b (patch)
tree076d059a7af3c4de29eefba1761bc373b9b28211 /sysutils/gpart/files/patch-ab
parentAdd festival 1.4.1, a multi-lingual text-to-speech system for Unix. This (diff)
- Update to 0.1g.
- Respect CC and PREFIX. - Add a knob to build a static binary. (which is useful to put on a fixit floppy etc.) Approved by: Andrew Stevenson <andrew@ugh.net.au> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=32685
Diffstat (limited to '')
-rw-r--r--sysutils/gpart/files/patch-ab17
1 files changed, 11 insertions, 6 deletions
diff --git a/sysutils/gpart/files/patch-ab b/sysutils/gpart/files/patch-ab
index 8d3708bd55d7..20316437393e 100644
--- a/sysutils/gpart/files/patch-ab
+++ b/sysutils/gpart/files/patch-ab
@@ -1,11 +1,16 @@
---- make.defs.orig Wed Sep 29 15:10:52 1999
-+++ make.defs Wed Sep 29 15:11:05 1999
-@@ -2,7 +2,7 @@
+--- make.defs.orig Sun May 14 21:07:18 2000
++++ make.defs Sat Sep 16 17:44:32 2000
+@@ -1,10 +1,10 @@
#
#
- CC = gcc
+ #
+-CC = gcc
-CFLAGS = -Wall -O2 -pedantic
-+CFLAGS += -Wall -O2 -pedantic
++CC ?= gcc
++CFLAGS += -Wall -pedantic
LDFLAGS =
- MAKEDEP = gcc -M
+-MAKEDEP = gcc -M
++MAKEDEP = $(CC) -M
INSTALL = install
+ RM = rm -f
+ #