diff options
author | 2005-08-11 14:36:58 +0000 | |
---|---|---|
committer | 2005-08-11 14:36:58 +0000 | |
commit | 9467ab70b94785150f07e09e23a6b0d329567c3b (patch) | |
tree | c6383fcdcab8fcf9ff11aa89c521852619e43069 /media-libs/a52dec/files | |
parent | portage 2.1 preparations (diff) | |
download | historical-9467ab70b94785150f07e09e23a6b0d329567c3b.tar.gz historical-9467ab70b94785150f07e09e23a6b0d329567c3b.tar.bz2 historical-9467ab70b94785150f07e09e23a6b0d329567c3b.zip |
changing absolute path to relative in freebsd.patch, if you're using a non-standard portage-temp location, patching would fail.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'media-libs/a52dec/files')
-rw-r--r-- | media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch b/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch index 2a2e4053ca52..6e33f18911b3 100644 --- a/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch +++ b/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch @@ -1,5 +1,5 @@ ---- /var/tmp/portage/a52dec-0.7.4-r5/work/a52dec-0.7.4/libao/audio_out_oss.c 2002-04-28 12:23:02 +0200 -+++ audio_out_oss.c 2005-07-23 15:42:50 +0200 +--- libao/audio_out_oss.c 2002-04-28 12:23:02 +0200 ++++ libao/audio_out_oss.c 2005-07-23 15:42:50 +0200 @@ -35,7 +35,7 @@ #if defined(__OpenBSD__) #include <soundcard.h> |