mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 16:58:54 -04:00
14 lines
471 B
Plaintext
14 lines
471 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 1999/02/05 07:38:15 nathanw Exp $
|
|
|
|
--- mx/Makefile.in.orig Wed Feb 3 11:27:46 1999
|
|
+++ mx/Makefile.in Wed Feb 3 11:27:07 1999
|
|
@@ -102,7 +102,7 @@
|
|
test_filesel_DEPENDENCIES = libmx.a
|
|
test_filesel_LDFLAGS =
|
|
CFLAGS = @CFLAGS@
|
|
-COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
|
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(X_CFLAGS) $(CFLAGS)
|
|
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
|
DIST_COMMON = Makefile.am Makefile.in
|
|
|