summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-10-31 17:30:29 +0000
committerTom Gall <tgall@gentoo.org>2004-10-31 17:30:29 +0000
commitb6e6cb5bfa09741605809287ef6f41d52304c9b1 (patch)
tree000834e463f7bec514cf69a82298fc9dd0b4e0be /sys-libs/gpm/files
parentVersion bump. Removed old beta ebuilds. (Manifest recommit) (diff)
downloadgentoo-2-b6e6cb5bfa09741605809287ef6f41d52304c9b1.tar.gz
gentoo-2-b6e6cb5bfa09741605809287ef6f41d52304c9b1.tar.bz2
gentoo-2-b6e6cb5bfa09741605809287ef6f41d52304c9b1.zip
address linux26-header problem for ppc64, bug #66222
Diffstat (limited to 'sys-libs/gpm/files')
-rw-r--r--sys-libs/gpm/files/gpm-linux26-headers.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/gpm/files/gpm-linux26-headers.patch b/sys-libs/gpm/files/gpm-linux26-headers.patch
new file mode 100644
index 000000000000..db57408acb09
--- /dev/null
+++ b/sys-libs/gpm/files/gpm-linux26-headers.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig 2004-10-31 17:23:16.412105664 +0000
++++ src/Makefile.in 2004-10-31 17:23:45.636055416 +0000
+@@ -85,7 +85,7 @@
+ # create dependencies
+ for DEPS in `echo *.c */*.c`; do \
+ $(CC) -I. -I $(srcdir) -M @CPPFLAGS@ $(CPPFLAGS) $$DEPS | \
+- $(SED) 's/\($*\)\.o\([ :]*\)/\1.o \1.lo\2/g' >> $(DEPFILE) ; done
++ $(SED) 's/\($*\)\.o\([ :]+\)/\1.o \1.lo\2/g' >> $(DEPFILE) ; done
+
+ ### INSTALL
+ check: all