From 42f5d806fdc9c2294d549cd2670d9402fde02e4b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Feb 2013 14:22:34 +0100 Subject: [PATCH] libtirpc: remove cross workaround; not needed anymore. --- srcpkgs/libtirpc/template | 7 ------- 1 file changed, 7 deletions(-) diff --git a/srcpkgs/libtirpc/template b/srcpkgs/libtirpc/template index 7765043a6a..d0db6de9d3 100644 --- a/srcpkgs/libtirpc/template +++ b/srcpkgs/libtirpc/template @@ -19,13 +19,6 @@ checksum=f05eb17c85d62423858b8f74512cfe66a9ae1cedf93f03c2a0a32e04f0a33705 pre_configure() { sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g" configure.ac autoreconf -fi - # XXX fix cross pkg to provide these headers. - if [ -n "$XBPS_CROSS_TRIPLET" ]; then - for f in nis nis_tags nislib; do - ln -fs /usr/include/rpcsvc/${f}.h \ - /usr/$XBPS_CROSS_TRIPLET/include/rpcsvc/${f}.h - done - fi } post_install() {