diff options
Diffstat (limited to 'multimedia/helixplayer/files/patch-build_umakecf_freebsd-7.0-i586.cf')
-rw-r--r-- | multimedia/helixplayer/files/patch-build_umakecf_freebsd-7.0-i586.cf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/multimedia/helixplayer/files/patch-build_umakecf_freebsd-7.0-i586.cf b/multimedia/helixplayer/files/patch-build_umakecf_freebsd-7.0-i586.cf deleted file mode 100644 index 7e007c33f919..000000000000 --- a/multimedia/helixplayer/files/patch-build_umakecf_freebsd-7.0-i586.cf +++ /dev/null @@ -1,23 +0,0 @@ ---- build/umakecf/freebsd-7.0-i586.cf.orig Tue Jul 19 19:18:09 2005 -+++ build/umakecf/freebsd-7.0-i586.cf Tue Jul 19 19:20:28 2005 -@@ -48,15 +48,15 @@ - # - # ***** END LICENSE BLOCK ***** - # --"""FreeBSD 6.x using gcc 3.4 with pentium optimizations.""" -+"""FreeBSD 7.x using gcc 3.4 with pentium optimizations.""" - - exec_config_file('freebsd.cf') - - ## list of PCF files to run --platform.pcf_prefix_list = ['unix', 'freebsd', 'freebsd6'] -+platform.pcf_prefix_list = ['unix', 'freebsd', 'freebsd7'] - --project.AddDefines("_FREEBSD6", "_LITTLE_ENDIAN") -+project.AddDefines("_FREEBSD7", "_LITTLE_ENDIAN") - --platform.cc.args['default'] = '-pipe -fsigned-char -march=pentium -D__pentium__' --platform.cxx.args['default'] = '-pipe -fsigned-char -march=pentium -D__pentium__' -+platform.cc.args['default'] = '%%CFLAGS%% -fsigned-char -march=pentium -D__pentium__ %%PTHREAD_CFLAGS%%' -+platform.cxx.args['default'] = '%%CFLAGS%% -fsigned-char -march=pentium -D__pentium__ %%PTHREAD_CFLAGS%%' - |