openbsd-ports/lang/eltclsh/patches/patch-config_mk_in
2007-03-31 11:36:13 +00:00

13 lines
402 B
Plaintext

$OpenBSD: patch-config_mk_in,v 1.1 2007/03/31 11:36:13 steven Exp $
--- config.mk.in.orig Sat Mar 31 13:33:36 2007
+++ config.mk.in Sat Mar 31 13:33:49 2007
@@ -33,7 +33,7 @@
CPP= @CPP@
PURIFY=
CC= @CC@
-LTLD= $(TOPBUILD)/libtool --mode=link $(PURIFY) $(CC)
+LTLD= $(LIBTOOL) --mode=link $(PURIFY) $(CC)
MKDEP= @MKDEP@
GROFF= @GROFF@
INSTALL= ${topsrcdir}/install-sh -c