head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.16 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.14 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.12 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.10 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.8 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.6 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.4 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.2 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.1.0.10 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.8 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2008.09.08.19.20.26; author ahoka; state dead; branches; next 1.1; 1.1 date 2007.09.29.19.44.05; author drochner; state Exp; branches; next ; desc @@ 1.2 log @This package is long obsolete and as vlc has been updated to 0.9 and we have vlc08 there is no need to keep two legacy versions. @ text @$NetBSD: patch-ai,v 1.1 2007/09/29 19:44:05 drochner Exp $ --- configure.orig 2007-09-29 19:54:28.000000000 +0200 +++ configure @@@@ -18021,7 +18021,7 @@@@ if test -n "${with_tuning}"; then fi else if test "${target_cpu}" = "i686" -o "${target_cpu}" = "i586" -o "${target_cpu}" = "i486" -o "${target_cpu}" = "i386"; then - CFLAGS_TUNING="-mcpu=pentiumpro" + CFLAGS_TUNING="-mtune=pentiumpro" else if test "${target_cpu}" = "powerpc"; then CFLAGS_TUNING="-mtune=750"; fi fi @ 1.1 log @Fix the build error with newer gcc, seen in bulk builds: patch the configure script to pass "-mtune=pentiumpro" instaead of -mcpu. For gcc3.3.x, override this with a configure argument which makes that -mcpu is still used. (The latter is untested.) @ text @d1 1 a1 1 $NetBSD$ @