summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-12-24 13:05:55 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-12-24 13:05:55 +0000
commit7d54eda74dc7f3f248ee56ad13175699edcf1f61 (patch)
tree74b78c204cc0abb56109147aefdbb76774078c6d /app-cdr/daa2iso/files
parentAdd !<x11-plugins/pidgin-facebookchat-1.69-r1, bug #349224, thank Diego Elio ... (diff)
downloadgentoo-2-7d54eda74dc7f3f248ee56ad13175699edcf1f61.tar.gz
gentoo-2-7d54eda74dc7f3f248ee56ad13175699edcf1f61.tar.bz2
gentoo-2-7d54eda74dc7f3f248ee56ad13175699edcf1f61.zip
Moved from sunrise overlay. Update buildystem patch. Bug #257346. Thanks to Seth McClain <psymin@auralfixation.org>
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/daa2iso/files')
-rw-r--r--app-cdr/daa2iso/files/daa2iso-0.1.7e-buildsystem.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-cdr/daa2iso/files/daa2iso-0.1.7e-buildsystem.patch b/app-cdr/daa2iso/files/daa2iso-0.1.7e-buildsystem.patch
new file mode 100644
index 000000000000..b084d7bb7236
--- /dev/null
+++ b/app-cdr/daa2iso/files/daa2iso-0.1.7e-buildsystem.patch
@@ -0,0 +1,22 @@
+Index: work/src/Makefile
+===================================================================
+--- work.orig/src/Makefile
++++ work/src/Makefile
+@@ -1,13 +1,12 @@
+ EXE = daa2iso
+-CFLAGS += -O2 -s
+-PREFIX = /usr/local
++PREFIX = /usr/
+ BINDIR = $(PREFIX)/bin
+ SRC = $(EXE).c
+
+ all:
+- $(CC) $(CFLAGS) -c LzmaDec.c
+- $(CC) $(CFLAGS) -c tinflate.c
+- $(CC) $(SRC) $(CFLAGS) -o $(EXE) LzmaDec.o tinflate.o
++ $(CC) $(CFLAGS) $(LDFLAGS) -c LzmaDec.c
++ $(CC) $(CFLAGS) $(LDFLAGS) -c tinflate.c
++ $(CC) $(SRC) $(CFLAGS) $(LDFLAGS) -o $(EXE) LzmaDec.o tinflate.o
+
+ install:
+ install -m 755 -d $(BINDIR)