diff options
author | grant <grant@pkgsrc.org> | 2004-11-20 04:37:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-20 04:37:08 +0000 |
commit | 0e714488e886756afeecb3dc7f56f9fcc7f2a3f2 (patch) | |
tree | 6d158b2d9ff8e8537979aced96e3ca9facb901ec /mk/platform/OpenBSD.mk | |
parent | 6535ea0dcde2be9d0493f2f34c9a4ea480300023 (diff) | |
download | pkgsrc-0e714488e886756afeecb3dc7f56f9fcc7f2a3f2.tar.gz |
add framework support for Tru64 and the Compaq C compiler.
patches provided by Tobias Nygren <tnn at netilium dot org> with
minor changes by me.
Diffstat (limited to 'mk/platform/OpenBSD.mk')
-rw-r--r-- | mk/platform/OpenBSD.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk index 14ae201475f..e16719446e5 100644 --- a/mk/platform/OpenBSD.mk +++ b/mk/platform/OpenBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: OpenBSD.mk,v 1.5 2004/11/18 04:22:39 xtraeme Exp $ +# $NetBSD: OpenBSD.mk,v 1.6 2004/11/20 04:37:08 grant Exp $ # # Variable definitions for the OpenBSD operating system. @@ -125,6 +125,7 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available +_OPSYS_LIBTOOL_REQD= 1.5.6nb1 # base version of libtool required _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type |