summaryrefslogtreecommitdiff
path: root/x11/xf86-video-rendition
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-09-27 10:06:28 +0000
committerjperkin <jperkin>2012-09-27 10:06:28 +0000
commit215733fe4447746e09910da5578cd2458a852234 (patch)
tree0cf429b446cfdcb25626b32a66094561fb6e00ea /x11/xf86-video-rendition
parent0c3fe36e57cb1fab6d71433f6fd18bdcc4a65a76 (diff)
downloadpkgsrc-215733fe4447746e09910da5578cd2458a852234.tar.gz
Define DRIVER_MAN_SUFFIX on Solaris to the same as every other system, this
diverges from the standard layout on Solaris but ensures a consistent experience for pkgsrc packages. Fixes 31 packages on Solaris.
Diffstat (limited to 'x11/xf86-video-rendition')
-rw-r--r--x11/xf86-video-rendition/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-video-rendition/Makefile b/x11/xf86-video-rendition/Makefile
index 830f174449c..588523f4e09 100644
--- a/x11/xf86-video-rendition/Makefile
+++ b/x11/xf86-video-rendition/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/06/15 23:06:06 dholland Exp $
+# $NetBSD: Makefile,v 1.11 2012/09/27 10:06:31 jperkin Exp $
#
DISTNAME= xf86-video-rendition-4.2.2
@@ -17,6 +17,12 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
+.endif
+
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/renderproto/buildlink3.mk"