pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/acroread5 do not unconditionally include the lin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b93deb292921
branches: trunk
changeset: 463206:b93deb292921
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sat Nov 01 13:33:10 2003 +0000
description:
do not unconditionally include the linux stuff. This allows this pkg to install on sparc systems
diffstat:
print/acroread5/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r b12663f4af19 -r b93deb292921 print/acroread5/Makefile
--- a/print/acroread5/Makefile Sat Nov 01 13:19:51 2003 +0000
+++ b/print/acroread5/Makefile Sat Nov 01 13:33:10 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/09/04 08:21:57 martti Exp $
+# $NetBSD: Makefile,v 1.18 2003/11/01 13:33:10 dmcmahill Exp $
DISTNAME= acroread5 # Overridden below
PKGNAME= acroread5-5.08
@@ -73,5 +73,8 @@
@${ECHO_MSG} "Be sure to read the license agreement in"
@${ECHO_MSG} "${PREFIX}/Acrobat5/Reader/license.txt"
+# do not include the linux stuff if we are, for example, on a Solaris box
+. if (${MACHINE_ARCH} == "i386")
.include "../../emulators/suse_linux/Makefile.application"
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index