ports/net/lambdamoo/files/patch-Makefile.in
Robert Clausecker f0c5bad08a net/lambdamoo: fix build on current FreeBSD, define LICENSE
- this has some seriously ancient autotools stuff in it
 - it doesn't even quite work these days

MFH:		2024Q2
2024-10-21 11:36:02 +02:00

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
#