diff options
author | obache <obache@pkgsrc.org> | 2008-03-07 11:24:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-07 11:24:16 +0000 |
commit | 570e76d957f20f16f71f22c53a77cb920bec0833 (patch) | |
tree | 4c0abe403596c6a6f7e6dfeec2d74e793ab858bd /lang | |
parent | afc1102e703332ac193ca478d398506aa8db9a10 (diff) | |
download | pkgsrc-570e76d957f20f16f71f22c53a77cb920bec0833.tar.gz |
Allow to build on Linux, per PR 38193 by Aleksej Saushev.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icon/Makefile | 5 |
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*) |