pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/radiance Make this work on Linux.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/477152248989
branches:  trunk
changeset: 489166:477152248989
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Feb 18 03:51:07 2005 +0000

description:
Make this work on Linux.

diffstat:

 graphics/radiance/Makefile |  5 ++++-
 graphics/radiance/PLIST    |  2 +-
 graphics/radiance/distinfo |  2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r 64325ee231c5 -r 477152248989 graphics/radiance/Makefile
--- a/graphics/radiance/Makefile        Fri Feb 18 00:48:05 2005 +0000
+++ b/graphics/radiance/Makefile        Fri Feb 18 03:51:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/02/17 17:54:44 jschauma Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/18 03:51:07 jschauma Exp $
 #
 
 DISTNAME=      rad3R6P1
@@ -38,6 +38,9 @@
 .elif ${OPSYS} == "FreeBSD"
 PKGSRC_ARCH=   8
 PLIST_SUBST+=  USE_GL="@comment "
+.elif ${OPSYS} == "Linux"
+PLIST_SUBST+=  USE_GL="@comment "
+PKGSRC_ARCH=   6
 .elif ${OPSYS} == "IRIX"
 PKGSRC_ARCH=   3
 PLIST_SUBST+=  USE_GL=""
diff -r 64325ee231c5 -r 477152248989 graphics/radiance/PLIST
--- a/graphics/radiance/PLIST   Fri Feb 18 00:48:05 2005 +0000
+++ b/graphics/radiance/PLIST   Fri Feb 18 03:51:07 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/02/17 00:38:37 jschauma Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/02/18 03:51:07 jschauma Exp $
 radiance/bin/arch2rad
 radiance/bin/bgraph
 radiance/bin/cnt
diff -r 64325ee231c5 -r 477152248989 graphics/radiance/distinfo
--- a/graphics/radiance/distinfo        Fri Feb 18 00:48:05 2005 +0000
+++ b/graphics/radiance/distinfo        Fri Feb 18 03:51:07 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/17 00:38:37 jschauma Exp $
+$NetBSD: distinfo,v 1.4 2005/02/18 03:51:07 jschauma Exp $
 
 SHA1 (rad3R6P1.tar.gz) = 71f46abd1c30be282a93237fa0c162d3bf0b1f99
 Size (rad3R6P1.tar.gz) = 7115997 bytes



Home | Main Index | Thread Index | Old Index