summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/webcdwriter/files/configure.patch')
-rw-r--r--app-cdr/webcdwriter/files/configure.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-cdr/webcdwriter/files/configure.patch b/app-cdr/webcdwriter/files/configure.patch
new file mode 100644
index 000000000000..1ea64f7c28df
--- /dev/null
+++ b/app-cdr/webcdwriter/files/configure.patch
@@ -0,0 +1,16 @@
+--- configure.old 2004-05-01 20:45:25.000000000 +0200
++++ configure 2004-09-24 15:07:52.489668584 +0200
+@@ -202,11 +202,11 @@
+ MAKE=gmake
+ ;;
+ Linux)
+- cxxflags="-D_REENTRANT"
++ cxxflags="$CXXFLAGS -D_REENTRANT"
+ if [ "$DEBUG" = "yes" ]; then
+ cxxflags="-g $cxxflags"
+ else
+- cxxflags="-O2 $cxxflags"
++ cxxflags=" $cxxflags"
+ fi
+ lflags="-lcrypt -lpthread"
+ if [ "$PRO" = "yes" ]; then