diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-06 22:56:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-06 22:56:11 +0000 |
commit | 2998b8761ba4500e0bf41619fc44a4c77aae5988 (patch) | |
tree | a4a6cdb43014975ccf35137cb39345abf9390352 /games-arcade/sdljump/files | |
parent | Remove old version. Sanitize the ebuild code. (diff) | |
download | gentoo-2-2998b8761ba4500e0bf41619fc44a4c77aae5988.tar.gz gentoo-2-2998b8761ba4500e0bf41619fc44a4c77aae5988.tar.bz2 gentoo-2-2998b8761ba4500e0bf41619fc44a4c77aae5988.zip |
initial commit - ebuild submitted by Paul Bredbury via bug #116915
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'games-arcade/sdljump/files')
-rw-r--r-- | games-arcade/sdljump/files/digest-sdljump-0.91.1 | 1 | ||||
-rw-r--r-- | games-arcade/sdljump/files/sdljump-0.91.1-configure.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/games-arcade/sdljump/files/digest-sdljump-0.91.1 b/games-arcade/sdljump/files/digest-sdljump-0.91.1 new file mode 100644 index 000000000000..7c925bf0074b --- /dev/null +++ b/games-arcade/sdljump/files/digest-sdljump-0.91.1 @@ -0,0 +1 @@ +MD5 45eae4ac39c8eb153ac037c84b5df859 sdljump-0.91-1.tar.gz 1798832 diff --git a/games-arcade/sdljump/files/sdljump-0.91.1-configure.patch b/games-arcade/sdljump/files/sdljump-0.91.1-configure.patch new file mode 100644 index 000000000000..5a62d5d38763 --- /dev/null +++ b/games-arcade/sdljump/files/sdljump-0.91.1-configure.patch @@ -0,0 +1,11 @@ +--- configure.orig 2006-02-05 15:57:58.000000000 -0500 ++++ configure 2006-02-05 15:58:34.000000000 -0500 +@@ -5227,7 +5227,7 @@ + packageprefix=${prefix} + fi + +-CFLAGS="$CFLAGS -DPREFIX=\\\"$packageprefix\\\" -DDATA_PREFIX=\\\"$packageprefix/share\\\"" ++CFLAGS="$CFLAGS -DPREFIX=\\\"$packageprefix\\\" -DDATA_PREFIX=\\\"$datadir\\\"" + + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' |