diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-05-23 22:50:19 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-05-23 22:50:19 +0000 |
commit | 848504faaa76edb3533b82a41551b9955e38d057 (patch) | |
tree | 0c9362abad4de502caac9c95a0e3976b13dcf744 /www/nspluginwrapper/files/patch-configure | |
parent | Remove zero-byte files (diff) |
- Update nspluginwrapper to 1.4.0 and assume maintainership. [1]
- Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper.
Approved by: Dave Grochowski (malus.x@gmail.com) [1]
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 |