From 07ae25f613f19cfce76636ca9bad77c83425f0b7 Mon Sep 17 00:00:00 2001 From: landry Date: Wed, 22 Sep 2010 06:52:14 +0000 Subject: [PATCH] Use gnu libtool here as PLIST contains a funky symlink to libtool binary. jasper@ said he'll look into it. --- lang/librep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 114a9c0d0c9..cd352bf36a9 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2010/08/31 08:15:45 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.42 2010/09/22 06:52:14 landry Exp $ COMMENT= Emacs Lisp-like runtime library @@ -33,7 +33,7 @@ GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OSREV} SUBST_VARS= GNU_ARCH VERSION USE_GMAKE= Yes -USE_LIBTOOL= Yes +USE_LIBTOOL= gnu MAKE_FLAGS= rep_LIBTOOL=${LIBTOOL}