From 42c553d3da729e2791f1e016ccd0929bd8f4be58 Mon Sep 17 00:00:00 2001 From: Matt Anton Date: Wed, 31 Dec 2003 17:13:08 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@4401 d073be05-634f-4543-b044-5fe20cf6d1d6 --- multimedia/mpgtx/files/patch-configure.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/mpgtx/files/patch-configure.diff diff --git a/multimedia/mpgtx/files/patch-configure.diff b/multimedia/mpgtx/files/patch-configure.diff new file mode 100644 index 0000000000000..a9e6f81109c1a --- /dev/null +++ b/multimedia/mpgtx/files/patch-configure.diff @@ -0,0 +1,11 @@ +--- configure Fri Aug 30 18:03:12 2002 ++++ configure Wed Dec 31 16:56:16 2003 +@@ -134,7 +134,7 @@ + # gcc 3 does not seem to like -O3 with mpgtx very much + + # next line is from Chris Danis +-gcc_major=`gcc --version | cut -b 1` ++gcc_major=`cc --version | cut -b 1` + + if test $gcc_major = "3"; then + optimization_cflags="-O2";