mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
$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@
|
|
|