diff options
Diffstat (limited to 'www/nspluginwrapper/files/patch-configure')
-rw-r--r-- | www/nspluginwrapper/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/www/nspluginwrapper/files/patch-configure b/www/nspluginwrapper/files/patch-configure index 88e6d7733b5d..4be5021e557c 100644 --- a/www/nspluginwrapper/files/patch-configure +++ b/www/nspluginwrapper/files/patch-configure @@ -16,12 +16,3 @@ TMPC="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.c" TMPO="${TMPDIR1}/npw-conf-${RANDOM}-$$-${RANDOM}.o" -@@ -728,7 +723,7 @@ - elif test "$host_cpu" = "x86_64" ; then - echo "ARCH=x86_64" >> $config_mak - echo "#define HOST_X86_64 1" >> $config_h -- echo "#define HOST_ARCH \"x86_64\"" >> $config_h -+ echo "#define HOST_ARCH \"amd64\"" >> $config_h - elif test "$host_cpu" = "ppc" ; then - echo "ARCH=ppc" >> $config_mak - echo "#define HOST_PPC 1" >> $config_h |