[newlisp/f17] modified: newlisp-0002-Allow-to-override-CFLAGS.patch

ndowens ndowens at fedoraproject.org
Tue Apr 17 23:19:44 UTC 2012


commit 18c7f56e1bc827905da714111ee6e90dab873a41
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Tue Apr 17 18:19:26 2012 -0500

    	modified:   newlisp-0002-Allow-to-override-CFLAGS.patch

 newlisp-0002-Allow-to-override-CFLAGS.patch |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/newlisp-0002-Allow-to-override-CFLAGS.patch b/newlisp-0002-Allow-to-override-CFLAGS.patch
index 82e32e3..2c71a22 100644
--- a/newlisp-0002-Allow-to-override-CFLAGS.patch
+++ b/newlisp-0002-Allow-to-override-CFLAGS.patch
@@ -18,8 +18,7 @@ index abccae3..9458501 100644
  	nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o
  
 -CFLAGS = -fPIC -m64 -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
--+CFLAGS ?= -fPIC -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
-++CLFAGS ?= -fPIC -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
++CFLAGS ?= -fPIC -Wall -pedantic -Wno-uninitialized -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DNEWLISP64 -DLINUX
  
  CC = gcc
  


More information about the scm-commits mailing list