From 9d3e77a0b46e8d7af5661471f1ef76ab25385dc9 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Tue, 11 Jan 2011 22:36:22 -0600 Subject: libraries/stfl: Added (Structured Terminal Forms Language/Library) Signed-off-by: Robby Workman --- libraries/stfl/allow-custom-opts-in-Makefile.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libraries/stfl/allow-custom-opts-in-Makefile.patch (limited to 'libraries/stfl/allow-custom-opts-in-Makefile.patch') diff --git a/libraries/stfl/allow-custom-opts-in-Makefile.patch b/libraries/stfl/allow-custom-opts-in-Makefile.patch new file mode 100644 index 000000000000..6c16db74635c --- /dev/null +++ b/libraries/stfl/allow-custom-opts-in-Makefile.patch @@ -0,0 +1,13 @@ +diff -Nur stfl-0.21.orig//Makefile stfl-0.21/Makefile +--- stfl-0.21.orig//Makefile 2009-06-19 12:30:52.000000000 -0500 ++++ stfl-0.21/Makefile 2011-01-11 22:21:10.623044411 -0600 +@@ -21,7 +21,8 @@ + include Makefile.cfg + + export CC = gcc -pthread +-export CFLAGS += -I. -Wall -Os -ggdb -D_GNU_SOURCE -fPIC ++OPTS = -Os ++export CFLAGS += -I. -Wall $(OPTS) -ggdb -D_GNU_SOURCE -fPIC + export LDLIBS += -lncursesw + + SONAME := libstfl.so.0 -- cgit v1.2.3