2007-10-24 11:01:09 -04:00
|
|
|
$OpenBSD: patch-Makefile_in,v 1.3 2007/10/24 15:01:09 steven Exp $
|
|
|
|
--- Makefile.in.orig Sun Mar 11 00:49:57 2007
|
|
|
|
+++ Makefile.in Sat Oct 13 22:38:30 2007
|
|
|
|
@@ -76,10 +76,10 @@ INCLUDES = \
|
|
|
|
LIB = \
|
|
|
|
@V_LIBS@ \
|
|
|
|
@V_LIB@ \
|
|
|
|
- -lm @LIBS@
|
|
|
|
+ -lm @LIBS@ -L!!X11BASE!!/lib -lX11
|
2001-03-17 10:39:25 -05:00
|
|
|
# -L@libdir@ \
|
|
|
|
|
2007-10-24 11:01:09 -04:00
|
|
|
-CFLAGS += $(CCOPT) $(DEFINE)
|
|
|
|
+CFLAGS += $(CCOPT) @CFLAGS@ $(DEFINE)
|
2001-03-17 10:39:25 -05:00
|
|
|
|
|
|
|
# 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
|