mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 19:54:59 -04:00
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
$NetBSD: patch-src_GNUmakefile,v 1.1 2015/01/21 15:18:05 joerg Exp $
|
|
|
|
--- src/GNUmakefile.orig 2015-01-19 16:06:40.000000000 +0000
|
|
+++ src/GNUmakefile
|
|
@@ -72,7 +72,7 @@ SUBARCH = $(patsubst .%,%,$(suffix $(TEE
|
|
## If these are not over-written, we assume that they'll work.
|
|
##
|
|
CC ?= cc
|
|
-LD = ld
|
|
+LD = ${CC}
|
|
AR = ar
|
|
ARFLAGS = ru
|
|
RM = rm -f
|