summaryrefslogtreecommitdiff
path: root/mk/platform/Cygwin.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-10-13 10:10:05 +0000
committerwiz <wiz@pkgsrc.org>2013-10-13 10:10:05 +0000
commit21adcec9d174a5c2bb130d4f23e9fa5dc4ff411b (patch)
treeae9bc6f8f4e0e29c0adf8e4624188450ccc8abcd /mk/platform/Cygwin.mk
parent577e303f4e7b07a8f02692c67607dfda638755c5 (diff)
downloadpkgsrc-21adcec9d174a5c2bb130d4f23e9fa5dc4ff411b.tar.gz
Remove config.rpath override file and related code.
This file is from libtool-1.x, which is not in pkgsrc any longer (using libtool-2.x since 2009). Also, it was only used for packages using autoconf-2.13 AND libtool; I found three packages in pkgsrc with that combination, and all of them still build on NetBSD-6.99.24/amd64 after this change.
Diffstat (limited to 'mk/platform/Cygwin.mk')
-rw-r--r--mk/platform/Cygwin.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk
index 76873e8cd93..c783e045ef1 100644
--- a/mk/platform/Cygwin.mk
+++ b/mk/platform/Cygwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Cygwin.mk,v 1.14 2013/08/31 13:45:43 obache Exp $
+# $NetBSD: Cygwin.mk,v 1.15 2013/10/13 10:10:05 wiz Exp $
#
# Variable definitions for the Windows with Cygwin.
@@ -21,7 +21,6 @@ _PKG_USER_HOME?= # empty by default
_USER_DEPENDS= user-cygwin>=20130712:../../sysutils/user_cygwin
CPP_PRECOMP_FLAGS?= # unset
-CONFIG_RPATH_OVERRIDE?= config.rpath */config.rpath */*/config.rpath
DEF_UMASK?= 002
EXPORT_SYMBOLS_LDFLAGS?=-Wl,-E # add symbols to the dynamic symbol table