summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/calcurse/files/calcurse-2.1-cflags.patch')
-rw-r--r--app-office/calcurse/files/calcurse-2.1-cflags.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-office/calcurse/files/calcurse-2.1-cflags.patch b/app-office/calcurse/files/calcurse-2.1-cflags.patch
new file mode 100644
index 000000000000..ebc28d29c329
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-2.1-cflags.patch
@@ -0,0 +1,12 @@
+diff -ru calcurse-2.1~/configure.ac calcurse-2.1/configure.ac
+--- calcurse-2.1~/configure.ac 2008-10-25 14:41:09.000000000 +0200
++++ calcurse-2.1/configure.ac 2008-10-25 14:41:51.000000000 +0200
+@@ -56,7 +56,7 @@
+ #-------------------------------------------------------------------------------
+ # Compilation options
+ #-------------------------------------------------------------------------------
+-CFLAGS="-O2 -Wall -g"
++CFLAGS += "-Wall -g"
+ #-------------------------------------------------------------------------------
+ # Create Makefiles
+ #-------------------------------------------------------------------------------