diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /multimedia/handbrake/files/patch-configure | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'multimedia/handbrake/files/patch-configure')
-rw-r--r-- | multimedia/handbrake/files/patch-configure | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/multimedia/handbrake/files/patch-configure b/multimedia/handbrake/files/patch-configure index 90d992da8cfd..f72855dbf91c 100644 --- a/multimedia/handbrake/files/patch-configure +++ b/multimedia/handbrake/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Thu Feb 23 18:29:33 2006 -+++ configure Sun Jun 25 23:37:46 2006 +--- configure.orig 2007-12-07 17:24:34.000000000 -0600 ++++ configure 2007-12-07 17:25:50.000000000 -0600 @@ -1,9 +1,9 @@ #! /bin/sh @@ -11,14 +11,6 @@ +CXX="${CXX-g++}" +CCFLAGS="${CFLAGS--Wall -g}" +OPTIM="" + LINKLIBS="-lz" # System-specific flags - SYSTEM=`uname -s` -@@ -36,6 +36,7 @@ - ;; - - FreeBSD) -+ CCFLAGS="$CCFLAGS -Wall" - DEFINES="$DEFINES SYS_FREEBSD" - LINKLIBS="$LINKLIBS -pthread" - ;; |