0caceb1c87
note: this is not 64bit clean as this would require a minor rewrite of ns from Nicolas Baldi <openbsd@softhome.net>
13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.2 2003/11/01 20:05:01 sturm Exp $
|
|
--- Makefile.in.orig 2003-02-27 19:51:25.000000000 -0500
|
|
+++ Makefile.in 2003-08-22 07:45:17.000000000 -0400
|
|
@@ -77,7 +77,7 @@ LIB = \
|
|
-lm @LIBS@
|
|
# -L@libdir@ \
|
|
|
|
-CFLAGS = $(CCOPT) $(DEFINE)
|
|
+CFLAGS = @CFLAGS@ $(DEFINE)
|
|
|
|
# Explicitly define compilation rules since SunOS 4's make doesn't like gcc.
|
|
# Also, gcc does not remove the .o before forking 'as', which can be a
|