diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-13 10:10:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-13 10:10:05 +0000 |
commit | 21adcec9d174a5c2bb130d4f23e9fa5dc4ff411b (patch) | |
tree | ae9bc6f8f4e0e29c0adf8e4624188450ccc8abcd /mk/platform | |
parent | 577e303f4e7b07a8f02692c67607dfda638755c5 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | mk/platform/Cygwin.mk | 3 | ||||
-rw-r--r-- | mk/platform/Interix.mk | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index e18dc427cc5..5e93a1586d6 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.70 2013/07/12 10:41:58 jperkin Exp $ +# $NetBSD: Interix.mk,v 1.71 2013/10/13 10:10:05 wiz Exp $ # # Variable definitions for the Interix operating system. @@ -88,7 +88,6 @@ _PKG_USER_HOME?= # empty by default _USER_DEPENDS= user-interix>=20130712:../../sysutils/user_interix 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 |