You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
35 lines
1.3 KiB
Index: configure |
|
--- configure.orig 2009-08-13 10:18:46.000000000 +0200 |
|
+++ configure 2010-05-07 13:57:30.000000000 +0200 |
|
@@ -18160,7 +18160,7 @@ |
|
{ $as_echo "$as_me:$LINENO: result: GNU" >&5 |
|
$as_echo "GNU" >&6; } |
|
# need to disable long long warning here because of ImageMagick using it |
|
- SPECIAL_CXXFLAGS="-DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -Wno-long-long " |
|
+ SPECIAL_CXXFLAGS="-DBUGGYGPP -Wno-long-long" |
|
fi |
|
CXXFLAGS="-g" |
|
elif test `echo "$CXX" | egrep -c 'xlC$'` -eq 1; then |
|
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2009-08-13 10:18:34.000000000 +0200 |
|
+++ src/Makefile.in 2010-05-07 13:57:30.000000000 +0200 |
|
@@ -396,7 +396,7 @@ |
|
genericints.h \ |
|
version.h |
|
|
|
-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm |
|
+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} @LIBLD_LDFLAGS@ -lm |
|
libpstoedit_la_LDFLAGS = -no-undefined |
|
pstoedit_SOURCES = cmdmain.cpp |
|
pstoedit_LDFLAGS = -no-undefined -L. libpstoedit.la ${LIBLD_LDFLAGS} |
|
Index: src/drvswf.cpp |
|
--- src/drvswf.cpp.orig 2009-06-21 17:10:21.000000000 +0200 |
|
+++ src/drvswf.cpp 2010-05-07 16:01:51.000000000 +0200 |
|
@@ -32,7 +32,6 @@ |
|
//static bool cubic = false; |
|
|
|
#include "mingpp.h" |
|
-#include "ming_config.h" |
|
|
|
#if defined(_WIN32) |
|
extern "C" {
|
|
|