summaryrefslogtreecommitdiff
path: root/mk/platform/Cygwin.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-04-28 12:53:56 +0000
committerobache <obache@pkgsrc.org>2013-04-28 12:53:56 +0000
commit099df4c85b7545e77b271403920341ce68525ead (patch)
treeaf8e95660a8a1a639dee6cb8f4bbedd6faff6146 /mk/platform/Cygwin.mk
parentf8c5808463ca0e689fba33c6838a12f06c91492e (diff)
downloadpkgsrc-099df4c85b7545e77b271403920341ce68525ead.tar.gz
Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables.
list of system library and header file directories. Also add missing _OPSYS_SYSTEM_RPATH for some platforms.
Diffstat (limited to 'mk/platform/Cygwin.mk')
-rw-r--r--mk/platform/Cygwin.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk
index d3ab937e191..d611a931e32 100644
--- a/mk/platform/Cygwin.mk
+++ b/mk/platform/Cygwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Cygwin.mk,v 1.11 2013/03/13 12:38:19 obache Exp $
+# $NetBSD: Cygwin.mk,v 1.12 2013/04/28 12:53:56 obache Exp $
#
# Variable definitions for the Windows with Cygwin.
@@ -40,6 +40,10 @@ ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v`
X11_TYPE?= native
+_OPSYS_SYSTEM_RPATH?= # /usr/bin
+_OPSYS_LIB_DIRS?= /lib /usr/lib
+_OPSYS_INCLUDE_DIRS?= /usr/include
+
_OPSYS_EXE_SUFFIX= .exe # executables may have suffix
_OPSYS_HAS_INET6= yes # IPv6 is standard
_OPSYS_HAS_JAVA= no # Java is not standard