diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-09-27 10:06:28 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-09-27 10:06:28 +0000 |
commit | 6f3f3c42fbcd2dd50ad7f5dae7f52e0950849b5d (patch) | |
tree | 0cf429b446cfdcb25626b32a66094561fb6e00ea /x11/xf86-video-vesa | |
parent | 2f0b77ad8f16770e7d8f2e831d8e9806c8dd4383 (diff) | |
download | pkgsrc-6f3f3c42fbcd2dd50ad7f5dae7f52e0950849b5d.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-vesa')
-rw-r--r-- | x11/xf86-video-vesa/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/xf86-video-vesa/Makefile b/x11/xf86-video-vesa/Makefile index 173109604e8..b9836e5a29c 100644 --- a/x11/xf86-video-vesa/Makefile +++ b/x11/xf86-video-vesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/06/15 23:06:08 dholland Exp $ +# $NetBSD: Makefile,v 1.14 2012/09/27 10:06:32 jperkin Exp $ # DISTNAME= xf86-video-vesa-2.3.0 @@ -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" BUILDLINK_DEPMETHOD.libXext?= build .include "../../x11/libXext/buildlink3.mk" |