summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch')
-rw-r--r--sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch b/sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch
new file mode 100644
index 000000000000..a603c565297f
--- /dev/null
+++ b/sys-apps/epoch/files/epoch-1.0_rc1-fix-CFLAGS.patch
@@ -0,0 +1,11 @@
+--- a/buildepoch.sh
++++ b/buildepoch.sh
+@@ -53,7 +53,7 @@
+ }
+
+ MEMBUS_SIZE_SET="0"
+-NEED_EMPTY_CFLAGS="0"
++NEED_EMPTY_CFLAGS="1"
+ outdir="../built"
+
+ if [ "$CC" == "" ]; then