diff options
author | Michael J. Cohen <mjc@gentoo.org> | 2002-05-30 04:55:43 +0000 |
---|---|---|
committer | Michael J. Cohen <mjc@gentoo.org> | 2002-05-30 04:55:43 +0000 |
commit | 9c036c4e690b4ad2a9cd0d2ef1dfc58c589978fe (patch) | |
tree | 7f15799b65e5958b8f165089f992778c8612439d /media-sound/gogo | |
parent | Added gogo ebuild. (diff) | |
download | gentoo-2-9c036c4e690b4ad2a9cd0d2ef1dfc58c589978fe.tar.gz gentoo-2-9c036c4e690b4ad2a9cd0d2ef1dfc58c589978fe.tar.bz2 gentoo-2-9c036c4e690b4ad2a9cd0d2ef1dfc58c589978fe.zip |
fixes Makefile so we can allow it to install in ${D}
Diffstat (limited to 'media-sound/gogo')
-rw-r--r-- | media-sound/gogo/files/digest-gogo-3.10 | 1 | ||||
-rw-r--r-- | media-sound/gogo/files/make-work-3.10pl3.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/gogo/files/digest-gogo-3.10 b/media-sound/gogo/files/digest-gogo-3.10 new file mode 100644 index 000000000000..b5987ee89ed1 --- /dev/null +++ b/media-sound/gogo/files/digest-gogo-3.10 @@ -0,0 +1 @@ +MD5 a8900ca2480d22ffc446c9453b141004 petit310pl3.tgz 362389 diff --git a/media-sound/gogo/files/make-work-3.10pl3.patch b/media-sound/gogo/files/make-work-3.10pl3.patch new file mode 100644 index 000000000000..bcd609f85bf8 --- /dev/null +++ b/media-sound/gogo/files/make-work-3.10pl3.patch @@ -0,0 +1,11 @@ +--- Makefile.orig Wed May 29 23:39:13 2002 ++++ Makefile Wed May 29 23:39:25 2002 +@@ -11,7 +11,7 @@ + EXEEXT = + OBJEXT = o + TARGET = gogo$(EXEEXT) +-exec_prefix = /usr ++#exec_prefix = /usr + INSTDIR = ${exec_prefix}/bin + + SRCS.C = main.c thread.c gogo_io.c bitstream.c fft.c gogo.c \ |