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) --- graphics/xmps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics') diff --git a/graphics/xmps/Makefile b/graphics/xmps/Makefile index 44902316fb0..1d92048bb12 100644 --- a/graphics/xmps/Makefile +++ b/graphics/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