aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/utf8proc/files/utf8proc-1.1.6-buildflags.patch')
-rw-r--r--dev-libs/utf8proc/files/utf8proc-1.1.6-buildflags.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/utf8proc/files/utf8proc-1.1.6-buildflags.patch b/dev-libs/utf8proc/files/utf8proc-1.1.6-buildflags.patch
new file mode 100644
index 000000000..d9ff3be91
--- /dev/null
+++ b/dev-libs/utf8proc/files/utf8proc-1.1.6-buildflags.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2014-01-26 18:55:57.400996757 +0000
++++ b/Makefile 2014-01-26 19:00:10.264164095 +0000
+@@ -3,7 +3,7 @@
+
+ # settings
+
+-cflags = -O2 -std=c99 -pedantic -Wall -fpic $(CFLAGS)
++cflags = -std=c99 -pedantic -fpic $(CFLAGS)
+ cc = $(CC) $(cflags)
+
+