diff options
author | Stefan Eßer <se@FreeBSD.org> | 2004-10-16 00:26:58 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2004-10-16 00:26:58 +0000 |
commit | 1d4a4a3bdda14b640135449957ece25272e0bef9 (patch) | |
tree | 234230d0c59d4793a065b32dd84851db00e3cfcf /multimedia/kplayer/files/patch-configure | |
parent | Add ezstream 0.1.2, a command line utility for streaming to icecast (diff) |
Upgrade to kplayer-0.5.2. Prior versions are said to have build
problems under gcc-3.4.x and thus FreeBSD-current and 5.3.
PR: 70792
Submitted by: Bartosz Fabianowski
Diffstat (limited to 'multimedia/kplayer/files/patch-configure')
-rw-r--r-- | multimedia/kplayer/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/kplayer/files/patch-configure b/multimedia/kplayer/files/patch-configure deleted file mode 100644 index 921804625c1a..000000000000 --- a/multimedia/kplayer/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure~ Wed Mar 26 13:23:28 2003 -+++ configure Fri Apr 11 10:12:48 2003 -@@ -1582,7 +1582,7 @@ - test -n "$target_alias" && - test "$program_prefix$program_suffix$program_transform_name" = \ - NONENONEs,x,x, && -- program_prefix=${target_alias}- -+ program_prefix=NONE # {target_alias}- - test "$program_prefix" != NONE && - program_transform_name="s,^,$program_prefix,;$program_transform_name" - # Use a double $ so make ignores it. |