summaryrefslogtreecommitdiff
path: root/app-cdr/cuegen/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-30 01:11:30 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-30 01:11:30 +0000
commit76dfef0cec9170000357d2f354e412daf48941fc (patch)
tree56647120c0ee20ab3494475c86722034cd194b02 /app-cdr/cuegen/files
parentccf84bcd604130256d1377cd58f0a634ae6ee20f (diff)
gentoo resync : 30.12.2017
Diffstat (limited to 'app-cdr/cuegen/files')
-rw-r--r--app-cdr/cuegen/files/cuegen-1.2.0-fix-build-system.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-cdr/cuegen/files/cuegen-1.2.0-fix-build-system.patch b/app-cdr/cuegen/files/cuegen-1.2.0-fix-build-system.patch
new file mode 100644
index 000000000000..614ec59f905d
--- /dev/null
+++ b/app-cdr/cuegen/files/cuegen-1.2.0-fix-build-system.patch
@@ -0,0 +1,12 @@
+--- a/Makefile
++++ b/Makefile
+@@ -1,9 +1 @@
+-TARGET := cuegen
+-CC := gcc
+-CFLAGS := -O2 -pipe -fomit-frame-pointer
+-WARN := -W -Wall -Wstrict-prototypes -Wmissing-prototypes
+-
+ all: cuegen
+-
+-cuegen: cuegen.o
+- ${CC} ${WARN} ${CFLAGS} cuegen.c -o cuegen