diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 15:26:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-07 15:26:10 +0000 |
commit | ba02709fea70681342d5eee65db1ba0e862a7e26 (patch) | |
tree | 609448935f3c9ee10f8a2d2ec36d2b8c5c8fb6d9 /media-sound/mup/files | |
parent | ~amd64; quote strings; remove virtual/libc from DEPEND (diff) | |
download | gentoo-2-ba02709fea70681342d5eee65db1ba0e862a7e26.tar.gz gentoo-2-ba02709fea70681342d5eee65db1ba0e862a7e26.tar.bz2 gentoo-2-ba02709fea70681342d5eee65db1ba0e862a7e26.zip |
Drop virtual/libc dependency. Respect LDFLAGS.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-sound/mup/files')
-rw-r--r-- | media-sound/mup/files/5.0-beaming-bug.patch | 23 | ||||
-rw-r--r-- | media-sound/mup/files/digest-mup-4.4 | 2 | ||||
-rw-r--r-- | media-sound/mup/files/digest-mup-5.0 | 2 |
3 files changed, 0 insertions, 27 deletions
diff --git a/media-sound/mup/files/5.0-beaming-bug.patch b/media-sound/mup/files/5.0-beaming-bug.patch deleted file mode 100644 index 2b6714a69305..000000000000 --- a/media-sound/mup/files/5.0-beaming-bug.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- mup/prntdata.c.orig 2004-07-21 06:38:36.000000000 +0200 -+++ mup/prntdata.c 2004-07-21 06:39:49.000000000 +0200 -@@ -2717,6 +2717,20 @@ - - { - int grpsize, grpvalue; -+ /* If we are passed the first group, it could be a space, -+ * in which case we need to use the below staff's group instead. -+ */ -+ if (gs_p->grpcont == GC_SPACE) { -+ /* Need to hop to below staff. Go down the chord to find -+ * the matching cross-staff beam group. */ -+ do { -+ if ((gs_p = gs_p->gs_p) == (struct GRPSYL *) 0) { -+ pfatal("can't find matching beam chord"); -+ } -+ -+ /* skip any lyrics and such till we find the beamed-to group */ -+ } while (gs_p->beamto != BT_ABOVE); -+ } - - /* need to skip past any groups of the wrong kind */ - grpsize = gs_p->grpsize; diff --git a/media-sound/mup/files/digest-mup-4.4 b/media-sound/mup/files/digest-mup-4.4 deleted file mode 100644 index 7389b592f6b2..000000000000 --- a/media-sound/mup/files/digest-mup-4.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c6197621dcbfe4133575a2ddb8311441 mup44src.tar.gz 704850 -MD5 6dfd17cd78021c12ebede6371eeb24f1 mup44doc.tar.gz 558212 diff --git a/media-sound/mup/files/digest-mup-5.0 b/media-sound/mup/files/digest-mup-5.0 deleted file mode 100644 index cec82314c83c..000000000000 --- a/media-sound/mup/files/digest-mup-5.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 980d467c9f42f00bd9ba54b34fcf61c9 mup50src.tar.gz 779418 -MD5 cb5b4ddea95f38c220a12dbe74f570d9 mup50doc.tar.gz 641955 |