mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 06:45:30 -04:00
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
$NetBSD: patch-aa,v 1.3 2015/02/02 22:24:48 snj Exp $
|
|
|
|
Don't clobber LDFLAGS.
|
|
|
|
--- Makefile.orig 2014-09-20 13:37:35.000000000 -0700
|
|
+++ Makefile 2015-02-02 12:26:17.000000000 -0800
|
|
@@ -52,7 +52,7 @@ STRIP ?= strip
|
|
#CPUFLAGS= -mtune=k8
|
|
#CPUFLAGS= -march=atom
|
|
CPUFLAGS=
|
|
-LDFLAGS =
|
|
+#LDFLAGS =
|
|
DFLAGS ?=
|
|
CFLAGS ?= -Wall -Wno-trigraphs
|
|
CFLAGS += $(CPUFLAGS)
|