From 166cb4e295a2794a6a56d1e8e1955bba00e9433d Mon Sep 17 00:00:00 2001 From: jschauma Date: Thu, 20 Mar 2003 22:39:33 +0000 Subject: Use CFLAGS as well. Set GAP_PLATFORM in a way to account for other CC variables. Fix PLIST. Bump PKGREVISION. --- math/gap/patches/patch-ab | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/gap/patches/patch-ab (limited to 'math/gap/patches/patch-ab') 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@ + -- cgit v1.2.3