diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:16:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 21:16:08 +0000 |
commit | 5bffc2ff8bb2c6d81341ca87a4bd83f53469321e (patch) | |
tree | 1da2ccbbdaa47aeed21b57ac967270a23ba2ef39 /media-libs | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-5bffc2ff8bb2c6d81341ca87a4bd83f53469321e.tar.gz gentoo-2-5bffc2ff8bb2c6d81341ca87a4bd83f53469321e.tar.bz2 gentoo-2-5bffc2ff8bb2c6d81341ca87a4bd83f53469321e.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/openinventor/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/openinventor/files/use-byacc.patch | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-libs/openinventor/ChangeLog b/media-libs/openinventor/ChangeLog index f382b57a68e2..0d46922ef6dc 100644 --- a/media-libs/openinventor/ChangeLog +++ b/media-libs/openinventor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/openinventor # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.20 2008/09/10 11:18:21 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openinventor/ChangeLog,v 1.21 2008/11/17 21:16:08 flameeyes Exp $ + + 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> + files/use-byacc.patch: + Fix patch with absolute paths. 10 Sep 2008; Ferris McCormick <fmccor@gentoo.org> openinventor-2.1.5.10-r2.ebuild: diff --git a/media-libs/openinventor/files/use-byacc.patch b/media-libs/openinventor/files/use-byacc.patch index be2152dcd360..b0578359df30 100644 --- a/media-libs/openinventor/files/use-byacc.patch +++ b/media-libs/openinventor/files/use-byacc.patch @@ -1,6 +1,6 @@ diff -u -ur inventor/doc/man/man1/GNUmakefile /var/tmp/portage/openinventor-2.1.5.10/work/inventor/doc/man/man1/GNUmakefile ---- inventor/doc/man/man1/GNUmakefile 2000-09-18 11:11:13.000000000 +0200 -+++ /var/tmp/portage/openinventor-2.1.5.10/work/inventor/doc/man/man1/GNUmakefile 2005-09-14 15:35:20.000000000 +0200 +--- a/inventor/doc/man/man1/GNUmakefile 2000-09-18 11:11:13.000000000 +0200 ++++ b/inventor/doc/man/man1/GNUmakefile 2005-09-14 15:35:20.000000000 +0200 @@ -11,6 +11,8 @@ ivinfo.1 \ ivview.1 @@ -12,8 +12,8 @@ diff -u -ur inventor/doc/man/man1/GNUmakefile /var/tmp/portage/openinventor-2.1. include $(IVCOMMONRULES) diff -u -ur inventor/doc/man/man3/GNUmakefile /var/tmp/portage/openinventor-2.1.5.10/work/inventor/doc/man/man3/GNUmakefile ---- inventor/doc/man/man3/GNUmakefile 2000-09-18 11:11:13.000000000 +0200 -+++ /var/tmp/portage/openinventor-2.1.5.10/work/inventor/doc/man/man3/GNUmakefile 2005-09-14 15:35:37.000000000 +0200 +--- a/inventor/doc/man/man3/GNUmakefile 2000-09-18 11:11:13.000000000 +0200 ++++ b/inventor/doc/man/man3/GNUmakefile 2005-09-14 15:35:37.000000000 +0200 @@ -3,7 +3,9 @@ SUBDIRS = ivm @@ -26,8 +26,8 @@ diff -u -ur inventor/doc/man/man3/GNUmakefile /var/tmp/portage/openinventor-2.1. COMMONPREF = xxx diff -u -ur inventor/make/commondefs /var/tmp/portage/openinventor-2.1.5.10/work/inventor/make/commondefs ---- inventor/make/commondefs 2001-06-16 01:27:00.000000000 +0200 -+++ /var/tmp/portage/openinventor-2.1.5.10/work/inventor/make/commondefs 2005-09-14 15:27:17.000000000 +0200 +--- a/inventor/make/commondefs 2001-06-16 01:27:00.000000000 +0200 ++++ b/inventor/make/commondefs 2005-09-14 15:27:17.000000000 +0200 @@ -65,7 +65,7 @@ STRIP = $(TOOLROOT)/usr/bin/strip TAG = $(TOOLROOT)/usr/sbin/tag |