diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2013-12-28 17:18:25 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2013-12-28 17:18:25 +0000 |
commit | f780d62b4797a4da2861b9c1bb674c76bf07dcb2 (patch) | |
tree | 6e067ef502cf59b0fa56efc37f54fb2df96472c6 /graphics | |
parent | 88bd3906cd3840c963dd0120a590a683ce99a79f (diff) | |
download | pkgsrc-f780d62b4797a4da2861b9c1bb674c76bf07dcb2.tar.gz |
Fix MirBSD build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwebp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libwebp/Makefile b/graphics/libwebp/Makefile index 415b39e38b9..b60b68b5a5c 100644 --- a/graphics/libwebp/Makefile +++ b/graphics/libwebp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/12/28 16:26:06 tron Exp $ +# $NetBSD: Makefile,v 1.11 2013/12/28 17:18:25 bsiegert Exp $ DISTNAME= libwebp-0.3.1 CATEGORIES= graphics @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes .include "../../mk/compiler.mk" # fix PR pkg/45934 -.if !empty(MACHINE_PLATFORM:MSunOS-*-i386) && !empty(CC_VERSION:Mgcc-[23]*) +.if (!empty(MACHINE_PLATFORM:MSunOS-*-i386) || !empty(MACHINE_PLATFORM:MMirBSD-*-i386)) && !empty(CC_VERSION:Mgcc-[23]*) CPPFLAGS += -D__pic__ .endif |