From f5f57854c33605aa3ae50ba44cd2310b4e6c7887 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 12 Oct 2000 09:10:35 +0000 Subject: Fix another well-known libtool stupidity. Propelled by: th@d83b0468.dsl.flashcom.net (on IRC) --- multimedia/xmps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia') diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile index 44902316fb02..1d92048bb121 100644 --- a/multimedia/xmps/Makefile +++ b/multimedia/xmps/Makefile @@ -34,4 +34,8 @@ pre-patch: s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' +post-configure: + @${PERL} -pi -e 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \ + ${WRKSRC}/libtool + .include -- cgit