summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2008-03-07 11:24:16 +0000
committerobache <obache>2008-03-07 11:24:16 +0000
commit607ad46ac57c5c451063b97005b138c0a8f58972 (patch)
tree4c0abe403596c6a6f7e6dfeec2d74e793ab858bd /lang
parent9fc3fcbc1a0241e950823b2cda6fe3c8b0d6bd5c (diff)
downloadpkgsrc-607ad46ac57c5c451063b97005b138c0a8f58972.tar.gz
Allow to build on Linux, per PR 38193 by Aleksej Saushev.
Diffstat (limited to 'lang')
-rw-r--r--lang/icon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 17cfdee9b4d..12ecf199611 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -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 @@ PTHREAD_OPTS+= require native
.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
NAME= freebsd
+.elif ${OPSYS} == "Linux"
+NAME= linux
+
.elif ${OPSYS} == "SunOS"
. if !empty(CC_VERSION:M*gcc*)