pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/icon Allow to build on Linux, per PR 38193 by Ale...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3397d5124326
branches:  trunk
changeset: 539490:3397d5124326
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Mar 07 11:24:16 2008 +0000

description:
Allow to build on Linux, per PR 38193 by Aleksej Saushev.

diffstat:

 lang/icon/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 049981b6170c -r 3397d5124326 lang/icon/Makefile
--- a/lang/icon/Makefile        Fri Mar 07 10:51:39 2008 +0000
+++ b/lang/icon/Makefile        Fri Mar 07 11:24:16 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2008/01/25 12:10:57 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2008/03/07 11:24:16 obache Exp $
 
 DISTNAME=              icon.v942src
 PKGNAME=               icon-9.4.2
@@ -33,6 +33,9 @@
 .elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 NAME=  freebsd
 
+.elif ${OPSYS} == "Linux"
+NAME=  linux
+
 .elif ${OPSYS} == "SunOS"
 
 .  if !empty(CC_VERSION:M*gcc*)



Home | Main Index | Thread Index | Old Index