diff options
author | tnn <tnn@pkgsrc.org> | 2009-12-19 10:52:58 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-12-19 10:52:58 +0000 |
commit | 18cc426d0c40ade78fcfab76d7b65f45d521f654 (patch) | |
tree | 4738a7c51be4962ae4bc0d36cb52a60b6e9e6fdf /mk | |
parent | c06040f52616dee824e31456f28d37270a9762ad (diff) | |
download | pkgsrc-18cc426d0c40ade78fcfab76d7b65f45d521f654.tar.gz |
default X11_TYPE to modular
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/OSF1.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/platform/OSF1.mk b/mk/platform/OSF1.mk index 7f7750ddc68..587a846d713 100644 --- a/mk/platform/OSF1.mk +++ b/mk/platform/OSF1.mk @@ -1,4 +1,4 @@ -# $NetBSD: OSF1.mk,v 1.28 2009/07/26 05:32:43 agc Exp $ +# $NetBSD: OSF1.mk,v 1.29 2009/12/19 10:52:58 tnn Exp $ # # Variable definitions for the OSF1 operating system. @@ -42,6 +42,11 @@ IMAKE_MANINSTALL?= maninstall catinstall # Fix broken system headers by using pkgtools/posix_headers FIX_SYSTEM_HEADERS?= yes +# native X11 on HP-UX is rather old and breaks many packages. +# The modular X.org userland works rather well, apart from the server which +# is unlikely to ever be supported due to proprietary graphics hardware. +X11_TYPE?= modular + _OPSYS_EMULDIR.osf1= # empty .if exists(/usr/include/netinet/ip6.h) |