? nspluginwrapper.diff Index: files/patch-configure =================================================================== RCS file: /home/pcvs/ports/www/nspluginwrapper/files/patch-configure,v retrieving revision 1.4 diff -u -r1.4 patch-configure --- files/patch-configure 23 May 2011 22:50:19 -0000 1.4 +++ files/patch-configure 17 Jan 2012 01:54:57 -0000 @@ -1,5 +1,5 @@ ---- configure.orig 2009-01-02 11:54:10.000000000 +0300 -+++ configure 2009-01-09 05:42:24.000000000 +0300 +--- configure.orig 2011-07-01 00:18:57.000000000 -0300 ++++ configure 2012-01-16 23:46:05.000000000 -0200 @@ -6,13 +6,8 @@ PACKAGE=nspluginwrapper @@ -16,3 +16,16 @@ TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c" TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o" +@@ -650,7 +645,11 @@ + ' | fold | sed '$a\ + ' > $TMPE + +- if grep 'format:.@IEEEF.:tamrof' $TMPE >/dev/null 2>&1; then ++ if grep 'format:PFEEEI@@n0000120:tamrof' $TMPE >/dev/null 2>&1; then ++ float_format='IEEE (big-endian)' ++ elif grep 'format:PFEEEI@@.:tamrof' $TMPE >/dev/null 2>&1; then ++ float_format='IEEE (big-endian)' ++ elif grep 'format:.@IEEEF.:tamrof' $TMPE >/dev/null 2>&1; then + float_format='IEEE (big-endian)' + elif grep 'format:.I@@PFE.:tamrof' $TMPE >/dev/null 2>&1; then + float_format='IEEE (big-endian)'