mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- this has some seriously ancient autotools stuff in it - it doesn't even quite work these days MFH: 2024Q2
15 lines
290 B
Text
15 lines
290 B
Text
--- Makefile.in.orig 2000-01-11 01:54:05 UTC
|
|
+++ Makefile.in
|
|
@@ -14,10 +14,10 @@ CC = @CC@
|
|
# Pavel@Xerox.Com
|
|
|
|
CC = @CC@
|
|
-LIBRARIES = @LIBS@
|
|
+LIBRARIES = @LIBS@ -lm
|
|
YACC = @YACC@
|
|
|
|
-CFLAGS = -O
|
|
+CFLAGS?= -O
|
|
# If you're using GCC, you may prefer:
|
|
# CFLAGS = -O2 -finline-functions
|
|
#
|