summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-02-28 18:37:39 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-02-28 18:37:39 +0000
commit9abe4a42a851f0e155448a02bb4cab284b786437 (patch)
tree242af93fccba98564f59135b64115abc9d1880e0 /dev-lang/hugs98/files
parentmarked libdvb-0.5.5.1-r2 stable on x86 (diff)
downloadhistorical-9abe4a42a851f0e155448a02bb4cab284b786437.tar.gz
historical-9abe4a42a851f0e155448a02bb4cab284b786437.tar.bz2
historical-9abe4a42a851f0e155448a02bb4cab284b786437.zip
Add a patch by Tom Payne <twp@gentoo.org> that should fix bug #123465.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-lang/hugs98/files')
-rw-r--r--dev-lang/hugs98/files/hugs98-2005.3-find.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/hugs98/files/hugs98-2005.3-find.patch b/dev-lang/hugs98/files/hugs98-2005.3-find.patch
new file mode 100644
index 000000000000..6211f37227d1
--- /dev/null
+++ b/dev-lang/hugs98/files/hugs98-2005.3-find.patch
@@ -0,0 +1,14 @@
+diff -Naur hugs98-Mar2005/libraries/tools/make_bootlib hugs98-Mar2005.new/libraries/tools/make_bootlib
+--- hugs98-Mar2005/libraries/tools/make_bootlib 2005-03-10 01:03:39.000000000 +0100
++++ hugs98-Mar2005.new/libraries/tools/make_bootlib 2006-02-28 18:07:37.000000000 +0100
+@@ -78,8 +78,9 @@
+
+ (
+ cd $package_dir
+- $FIND . \( -name '[a-z]*' -o -name '[GN]HC' \) -prune -o \
++ $FIND [A-Z]* -name '[GN]HC' -prune -o \
+ \( -name \*.hs -o -name \*.lhs -o -name \*.hsc \) -print |
++ grep -ve '^[GN]HC$' |
+ sed ' s:^\./::
+ s/\..*//' |
+ grep -v '^Text/Regex' |