diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 16:11:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-19 16:11:34 +0000 |
commit | 403b56254c7516c628d86e570d944d8b9184d1ea (patch) | |
tree | 79eba8c54f26c1d5f45f4d68bb8f06ba394d1ec8 /www | |
parent | cddedfbffc99214fb7e388700dd44031f726e965 (diff) | |
download | pkgsrc-403b56254c7516c628d86e570d944d8b9184d1ea.tar.gz |
Add support to install on NetBSD/amd64 and SUSE_COMPAT32.
Do not work yet, but that will help people to test and fix COMPAT_LINUX32.
Diffstat (limited to 'www')
-rw-r--r-- | www/nspluginwrapper/Makefile | 4 | ||||
-rw-r--r-- | www/opera-plugins/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index d3513220462..5f1d6afe168 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/03/24 20:27:42 christos Exp $ +# $NetBSD: Makefile,v 1.4 2007/04/19 16:11:34 xtraeme Exp $ # DISTNAME= nspluginwrapper-0.9.91.3 @@ -36,7 +36,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKDIR}/i386/linux/npviewer ${LINUXLIBDIR} ${INSTALL_SCRIPT} ${WRKDIR}/i386/linux/npviewer.bin ${LINUXLIBDIR} -ONLY_FOR_PLATFORM= *-*-i386 +ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 .include "../../devel/glib2/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" diff --git a/www/opera-plugins/Makefile b/www/opera-plugins/Makefile index a5faebb0b4a..db886960275 100644 --- a/www/opera-plugins/Makefile +++ b/www/opera-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/09/22 14:40:33 tron Exp $ +# $NetBSD: Makefile,v 1.12 2007/04/19 16:11:34 xtraeme Exp $ DISTNAME= opera-plugins-1.0 PKGREVISION= 1 @@ -29,6 +29,8 @@ PLUGIN_DIR= ${PREFIX}/lib/netscape/plugins # and bump the version number. PLUGINS= libflashplayer.so +SUSE_COMPAT32= yes + INSTALLATION_DIRS= ${EMULSUBDIR}/usr/lib/opera/plugins do-install: |