mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
33 lines
570 B
Plaintext
33 lines
570 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2001/02/10 04:18:37 jtb Exp $
|
|
|
|
--- Makefile.in.orig Wed Feb 7 21:16:07 2001
|
|
+++ Makefile.in
|
|
@@ -1,21 +1,21 @@
|
|
|
|
# Which compiler to use
|
|
-CC = cc
|
|
+#CC = cc
|
|
|
|
# What optimization level to use
|
|
-OPTFLAGS = -O2
|
|
+#OPTFLAGS = -O2
|
|
|
|
# What options to be used by the compiler
|
|
-COPTIONS =
|
|
+#COPTIONS =
|
|
|
|
# What options to be used by the loader
|
|
-LDOPTIONS =
|
|
+LDOPTIONS = $(LDFLAGS)
|
|
|
|
# What archiving to use
|
|
-AR = ar rv
|
|
+#AR = ar rv
|
|
|
|
# What to use for indexing the archive
|
|
-RANLIB = ranlib
|
|
+#RANLIB = ranlib
|
|
#RANLIB = ar -ts
|
|
#RANLIB =
|
|
|