pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Make this work in Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fa864e7a673
branches:  trunk
changeset: 460762:0fa864e7a673
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Sep 04 08:21:52 2003 +0000

description:
Make this work in Linux

diffstat:

 emulators/suse_linux/Makefile.application |  4 +++-
 print/acroread5/Makefile                  |  5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r e9c1fd5abca7 -r 0fa864e7a673 emulators/suse_linux/Makefile.application
--- a/emulators/suse_linux/Makefile.application Thu Sep 04 07:34:59 2003 +0000
+++ b/emulators/suse_linux/Makefile.application Thu Sep 04 08:21:52 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.application,v 1.9 2003/07/02 09:24:43 martin Exp $
+# $NetBSD: Makefile.application,v 1.10 2003/09/04 08:21:52 martti Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -17,6 +17,8 @@
 .    include "../../emulators/${SUSE_DIR_PREFIX}_linux/Makefile.common"
 .  endif
 
+.elif ${OPSYS} == "Linux"
+# No Linux emulation is needed
 .else
 # we put a value here so that the creation of the bulk
 # build cache files works correctly on non-i386 machines.
diff -r e9c1fd5abca7 -r 0fa864e7a673 print/acroread5/Makefile
--- a/print/acroread5/Makefile  Thu Sep 04 07:34:59 2003 +0000
+++ b/print/acroread5/Makefile  Thu Sep 04 08:21:52 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/08/17 04:44:54 kei Exp $
+# $NetBSD: Makefile,v 1.17 2003/09/04 08:21:57 martti Exp $
 
 DISTNAME=      acroread5       # Overridden below
 PKGNAME=       acroread5-5.08
@@ -42,6 +42,9 @@
 DISTNAME=      sol-508
 PLATFORM=      sparcsolaris
 . endif
+.elif ${OPSYS} == "Linux"
+DISTNAME=      linux-508
+PLATFORM=      intellinux
 .elif ${OPSYS} == "SunOS"
 DISTNAME=      sol-508
 PLATFORM=      sparcsolaris



Home | Main Index | Thread Index | Old Index