mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
aa396234bd
At least, that's what the COMMENT says it does... PR: 4920 Submitted by: Pedro Giffuni <giffunip@asme.org>
28 lines
477 B
Plaintext
28 lines
477 B
Plaintext
--- Makefile.in.orig Sat Apr 25 23:41:58 1998
|
|
+++ Makefile.in Sat Apr 25 23:43:23 1998
|
|
@@ -1,9 +1,9 @@
|
|
|
|
# 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 =
|
|
@@ -12,10 +12,10 @@
|
|
LDOPTIONS =
|
|
|
|
# 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 =
|
|
|