Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 299 → Rev 300

/trunk/debian/patches/unbreak_cross_compilation.patch
5,7 → 5,7
 
--- a/src/configure.in
+++ b/src/configure.in
@@ -472,7 +472,7 @@ if test "x$enable_binary" = "xno"; then
@@ -475,7 +475,7 @@ if test "x$enable_binary" = "xno"; then
RUNPIKE="USE_PIKE"
RUNTPIKE="USE_PIKE"
elif test "x$cross_compiling" = "xyes"; then
14,7 → 14,7
RUNTPIKE="USE_PIKE"
else
RUNPIKE="DEFAULT_RUNPIKE"
@@ -7803,7 +7803,7 @@ EOF
@@ -8133,7 +8133,7 @@ EOF
__attribute__ ((visibility("default")))
# endif
void testfunc2(void) { exit(0); }