Honor CFLAGS passed in from environment during build.
This commit is contained in:
parent
d2524e9d0e
commit
90e98f577e
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: patch-sum,v 1.7 2000/06/14 16:33:48 he Exp $
|
||||
$NetBSD: patch-sum,v 1.8 2000/12/11 05:49:49 jlam Exp $
|
||||
|
||||
MD5 (patch-aa) = 68aadc5249c6fca3223120ed5d30ddf5
|
||||
MD5 (patch-aa) = 45355574f44e8edae7d95ced22e3578b
|
||||
MD5 (patch-ab) = 029abede0aa46de40b4485257131511e
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.8 2000/06/14 16:33:49 he Exp $
|
||||
$NetBSD: patch-aa,v 1.9 2000/12/11 05:49:49 jlam Exp $
|
||||
|
||||
--- Makefile.orig Sat Jun 3 21:26:12 2000
|
||||
+++ Makefile Wed Jun 14 17:43:30 2000
|
||||
--- Makefile.orig Sat Jun 3 15:26:12 2000
|
||||
+++ Makefile
|
||||
@@ -5,16 +5,18 @@
|
||||
#compiler; get gcc if you are still using it).
|
||||
COMPILER=gcc
|
||||
|
@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.8 2000/06/14 16:33:49 he Exp $
|
|||
#If you do have FreeType, libjpeg and/or Xpm fully installed, uncomment a
|
||||
#variation of this and comment out the line above. See also LIBS below.
|
||||
-#CFLAGS=-O -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF
|
||||
+CFLAGS=-O -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF
|
||||
+CFLAGS+=-O -DHAVE_XPM -DHAVE_JPEG -DHAVE_LIBTTF
|
||||
|
||||
#If you don't have FreeType and/or Xpm fully installed, uncomment this
|
||||
#(default).
|
||||
|
|
Loading…
Reference in a new issue