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

ndowens ndowens at fedoraproject.org
Tue Apr 17 23:55:16 UTC 2012


commit 0f0e99f7e29cc82cebf0599b97d6da0d48c62825
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Tue Apr 17 18:55:00 2012 -0500

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

 newlisp-0002-Allow-to-override-CFLAGS.patch |   40 ---------------------------
 1 files changed, 0 insertions(+), 40 deletions(-)
---
diff --git a/newlisp-0002-Allow-to-override-CFLAGS.patch b/newlisp-0002-Allow-to-override-CFLAGS.patch
index 2c71a22..e69de29 100644
--- a/newlisp-0002-Allow-to-override-CFLAGS.patch
+++ b/newlisp-0002-Allow-to-override-CFLAGS.patch
@@ -1,40 +0,0 @@
-From f1a1f39234076f15e243bdddf48ffc654037a6a5 Mon Sep 17 00:00:00 2001
-From: Peter Lemenkov <lemenkov at gmail.com>
-Date: Sun, 24 Jul 2011 12:57:38 +0400
-Subject: [PATCH 2/3] Allow to override CFLAGS
-
-Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
----
- makefile_linuxLP64_utf8 |    2 +-
- makefile_linux_utf8     |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/makefile_linuxLP64_utf8 b/makefile_linuxLP64_utf8
-index abccae3..9458501 100644
---- a/makefile_linuxLP64_utf8
-+++ b/makefile_linuxLP64_utf8
-@@ -6,7 +6,7 @@
- OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
- 	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
- 
- CC = gcc
- 
-diff --git a/makefile_linux_utf8 b/makefile_linux_utf8
-index 21ec7bd..e05cdcc 100644
---- a/makefile_linux_utf8
-+++ b/makefile_linux_utf8
-@@ -6,7 +6,7 @@
- OBJS = newlisp.o nl-symbol.o nl-math.o nl-list.o nl-liststr.o nl-string.o nl-filesys.o \
- 	nl-sock.o nl-import.o nl-xml.o nl-web.o nl-matrix.o nl-debug.o nl-utf8.o pcre.o
- 
--CFLAGS = -m32 -Wall -pedantic -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DLINUX
-+CFLAGS ?= -Wall -pedantic -Wno-strict-aliasing -Wno-long-long -c -O2 -g -DREADLINE -DSUPPORT_UTF8 -DLINUX
- 
- CC = gcc
- 
--- 
-1.7.6
-


More information about the scm-commits mailing list