diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-11-30 19:32:11 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-11-30 19:32:11 +0000 |
commit | 6e88298facc805b6adb67848e492429f6ef48732 (patch) | |
tree | f45933149c425c5e1eee3a7648c25b2604903c42 /app-emulation/uade/files | |
parent | old (diff) | |
download | gentoo-2-6e88298facc805b6adb67848e492429f6ef48732.tar.gz gentoo-2-6e88298facc805b6adb67848e492429f6ef48732.tar.bz2 gentoo-2-6e88298facc805b6adb67848e492429f6ef48732.zip |
Add a fix for bug #249239. Remove old ebuilds.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27 x86_64)
Diffstat (limited to 'app-emulation/uade/files')
-rw-r--r-- | app-emulation/uade/files/uade-2.12-asneeded.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/uade/files/uade-2.12-asneeded.patch b/app-emulation/uade/files/uade-2.12-asneeded.patch new file mode 100644 index 000000000000..9edd462a4710 --- /dev/null +++ b/app-emulation/uade/files/uade-2.12-asneeded.patch @@ -0,0 +1,12 @@ +diff -Naurp uade-2.12-orig/src/frontends/uadefs/Makefile.in uade-2.12/src/frontends/uadefs/Makefile.in +--- uade-2.12-orig/src/frontends/uadefs/Makefile.in 2008-11-30 20:23:27.000000000 +0100 ++++ uade-2.12/src/frontends/uadefs/Makefile.in 2008-11-30 20:24:01.000000000 +0100 +@@ -16,7 +16,7 @@ MODULES = uadefs.o $(COMMONMODULES) + $(CC) $(CFLAGS) -c $< + + uadefs: $(MODULES) +- $(CC) $(CFLAGS) $(CLIBS) -o $@ $(MODULES) ++ $(CC) $(CFLAGS) -o $@ $(MODULES) $(CLIBS) + + uadefs.o: uadefs.c + |