diff options
author | obache <obache> | 2006-11-27 13:18:10 +0000 |
---|---|---|
committer | obache <obache> | 2006-11-27 13:18:10 +0000 |
commit | cc5c37a69c4c5bd0cd24ecc072eaff66e8ce95c6 (patch) | |
tree | 9283bb70ce26818d67f588a0ec48bc8a972c0f5e /print | |
parent | 931c09ca6ec6741ddad0f01d84611f39c568b695 (diff) | |
download | pkgsrc-cc5c37a69c4c5bd0cd24ecc072eaff66e8ce95c6.tar.gz |
Add SunOS-x86_64 support.
Patch provided by Gilles Dauphin in PR 33714.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 4 | ||||
-rw-r--r-- | print/acroread/PLIST.SunOS-x86_64 | 20 |
2 files changed, 22 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index ff2d218cfbb..045f391cd10 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/10/14 08:14:23 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2006/11/27 13:18:10 obache Exp $ DISTNAME= acroread # Overridden below PKGNAME= acroread-4.05 @@ -53,7 +53,7 @@ PLATFORM= sparcsolaris . endif .include "../../emulators/suse_linux/Makefile.application" .elif ${OPSYS} == "SunOS" -. if (${MACHINE_ARCH} == "i386") +. if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") DISTNAME= sunx86-ar-405 WRKSRC= ${WRKDIR}/SS86RS.install PLATFORM= intelsolaris diff --git a/print/acroread/PLIST.SunOS-x86_64 b/print/acroread/PLIST.SunOS-x86_64 new file mode 100644 index 00000000000..7d3eb53a2ee --- /dev/null +++ b/print/acroread/PLIST.SunOS-x86_64 @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST.SunOS-x86_64,v 1.1 2006/11/27 13:18:10 obache Exp $ +lib/netscape/plugins/nppdf.so +Acrobat4/Reader/desktop/olwm/acroread.cetable +Acrobat4/Reader/desktop/olwm/acroread.deskinstall +Acrobat4/Reader/desktop/olwm/acroread.prog.icon +Acrobat4/Reader/desktop/olwm/pdf.icon +Acrobat4/Reader/${PLATFORM}/lib/libAGM.so +Acrobat4/Reader/${PLATFORM}/lib/libAGM.so.3 +Acrobat4/Reader/${PLATFORM}/lib/libAGM.so.3.0 +Acrobat4/Reader/${PLATFORM}/lib/libCoolType.so +Acrobat4/Reader/${PLATFORM}/lib/libCoolType.so.1 +Acrobat4/Reader/${PLATFORM}/lib/libCoolType.so.1.0 +Acrobat4/Reader/${PLATFORM}/lib/libICC.so +Acrobat4/Reader/${PLATFORM}/lib/libICC.so.1 +Acrobat4/Reader/${PLATFORM}/lib/libICC.so.1.0 +Acrobat4/Reader/${PLATFORM}/lib/libreadcore.so +Acrobat4/Reader/${PLATFORM}/lib/libreadcore.so.4 +Acrobat4/Reader/${PLATFORM}/lib/libreadcore.so.4.0 +@dirrm Acrobat4/Reader/desktop/olwm +@dirrm Acrobat4/Reader/desktop |