diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
commit | 9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /extra/cvsps/seperate-CPPFLAGS.patch | |
parent | 6cc893589a6bd208f2b7711f985e17df7a6df816 (diff) | |
parent | a86ff663185661ee304bb1f6d00d982102dd706d (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'extra/cvsps/seperate-CPPFLAGS.patch')
-rw-r--r-- | extra/cvsps/seperate-CPPFLAGS.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/cvsps/seperate-CPPFLAGS.patch b/extra/cvsps/seperate-CPPFLAGS.patch deleted file mode 100644 index a29923b49..000000000 --- a/extra/cvsps/seperate-CPPFLAGS.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5991e8b0acf1dbe3487c1f246a1d215b346a61f0 Mon Sep 17 00:00:00 2001 -From: Yann Dirson <ydirson@altern.org> -Date: Sat, 17 Jun 2006 00:03:41 +0200 -Subject: [PATCH] Separate CPPFLAGS from CFLAGS - -This allows to set CGLAGS on command-line without interfering with -preprocessor options ---- - Makefile | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/Makefile b/Makefile -index 2e34ec6..05ca856 100644 ---- a/Makefile -+++ b/Makefile -@@ -1,8 +1,8 @@ - MAJOR=2 - MINOR=1 - CC?=gcc --CFLAGS?=-g -O2 -Wall --CFLAGS+=-I. -DVERSION=\"$(MAJOR).$(MINOR)\" -+CFLAGS?=-g -O2 -Wall -+CPPFLAGS?=-I. -DVERSION=\"$(MAJOR).$(MINOR)\" - prefix?=/usr/local - OBJS=\ - cbtcommon/debug.o\ --- -1.6.5.GIT - |