diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-20 22:39:33 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-20 22:39:33 +0000 |
commit | 166cb4e295a2794a6a56d1e8e1955bba00e9433d (patch) | |
tree | 498ae5ee088a8823e632333485f593c529cb95ee /math/gap/patches/patch-ab | |
parent | 3adea874d7e6a46c8f622fca80dcda5fd08825a1 (diff) | |
download | pkgsrc-166cb4e295a2794a6a56d1e8e1955bba00e9433d.tar.gz |
Use CFLAGS as well. Set GAP_PLATFORM in a way to account for other CC variables.
Fix PLIST.
Bump PKGREVISION.
Diffstat (limited to 'math/gap/patches/patch-ab')
-rw-r--r-- | math/gap/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/gap/patches/patch-ab b/math/gap/patches/patch-ab new file mode 100644 index 00000000000..cd8f894b3b4 --- /dev/null +++ b/math/gap/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2003/03/20 22:39:34 jschauma Exp $ + +--- Makefile.in.orig Thu Mar 20 17:34:14 2003 ++++ Makefile.in Thu Mar 20 17:34:49 2003 +@@ -28,7 +28,7 @@ + ## - removes any files created by `configure' + ## + SHELL=/bin/sh +-CC=@CC@ ++CC="@CC@ ${CFLAGS}" + BASECC=@BASECC@ + @SET_MAKE@ + |