mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2015/03/09 09:24:35 mef Exp $
|
|
|
|
Not to overwrite pkgsrc settings, thanks tron@
|
|
|
|
--- Makefile~ 2014-09-24 11:11:37.000000000 +0900
|
|
+++ Makefile 2015-03-09 18:18:30.000000000 +0900
|
|
@@ -7,9 +7,9 @@
|
|
UNAME := $(shell uname -s)
|
|
WINVER := $(shell ver)
|
|
|
|
-CC=gcc
|
|
-CFLAGS=
|
|
-LDLIBS=
|
|
+#CC=gcc
|
|
+#CFLAGS=
|
|
+#LDLIBS=
|
|
|
|
## for Mac OS X environment, use one of options
|
|
ifeq ($(UNAME), Darwin)
|