mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
48264f8281
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
12 lines
425 B
Diff
12 lines
425 B
Diff
diff -Naur mpgtx-1.3.1.orig/configure mpgtx-1.3.1/configure
|
|
--- mpgtx-1.3.1.orig/configure 2010-11-28 11:58:58.000000000 +0100
|
|
+++ mpgtx-1.3.1/configure 2010-11-28 12:00:00.000000000 +0100
|
|
@@ -11,7 +11,7 @@
|
|
#compiler flags
|
|
common_cflags="-Wall"
|
|
devel_cflags="-g -Werror -fno-builtin"
|
|
-optimization_cflags="-O3"
|
|
+optimization_cflags="${CXXFLAGS}"
|
|
release_cflags=$optimization_cflags
|
|
OFLAGS="-ansi"
|
|
cflags=$common_cflags
|