diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-16 18:38:34 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-16 18:38:34 +0000 |
commit | 50d23463521436cd7b1ad2b38f2daf6a9e312950 (patch) | |
tree | 9dbddbb355def6ac633740ecd187ffc694d74ac3 /x11 | |
parent | 3d81631ded93184f6501c33b4d0497fdb9fc2c52 (diff) | |
download | pkgsrc-50d23463521436cd7b1ad2b38f2daf6a9e312950.tar.gz |
Add SunOS to ONLY_FOR_PLATFORM, builds fine.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxshmfence/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libxshmfence/Makefile b/x11/libxshmfence/Makefile index 5937ea9df6d..5d8d0f3ca72 100644 --- a/x11/libxshmfence/Makefile +++ b/x11/libxshmfence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/04/29 14:31:42 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2015/09/16 18:38:34 jperkin Exp $ DISTNAME= libxshmfence-1.2 CATEGORIES= x11 @@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= xshmfence.pc.in # implementation on NetBSD. See PR lib/49529. # (On FreeBSD, umtx is used.) -ONLY_FOR_PLATFORM+= Linux-*-* FreeBSD-*-* +ONLY_FOR_PLATFORM+= Linux-*-* FreeBSD-*-* SunOS-*-* .include "../../x11/xproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |