ports/math/pspp/files/patch-configure
Sylvio Cesar Teixeira 2b8c7242f8 - Fix build in 9-current arch amd64
- Mark BROKEN only in 9-current arch i386
- BUMP PORTREVISION

Reported by:	erwin@
Approved by:	itetcu (mentor, implicit)
2010-04-21 16:17:39 +00:00

15 lines
628 B
Text

--- configure.orig 2010-04-19 10:48:13.000000000 -0300
+++ configure 2010-04-19 10:49:58.000000000 -0300
@@ -13167,11 +13167,9 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $pspp_cv_build_exeext" >&5
$as_echo "$pspp_cv_build_exeext" >&6; }
EXEEXT_FOR_BUILD=""
- test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeex
-t}
+ test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeext}
fi
-
# Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5