From 2b173e840d3639d2430d20d4efd09e7151af724e Mon Sep 17 00:00:00 2001 From: frueauf Date: Wed, 25 Feb 1998 11:24:13 +0000 Subject: s/PREFIX/prefix in this case. Fixes a minor part of pr 4623 by Ignatios. --- x11/tk80/patches/patch-ab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/tk80') diff --git a/x11/tk80/patches/patch-ab b/x11/tk80/patches/patch-ab index 0b8098c25dc..5226a4a465d 100644 --- a/x11/tk80/patches/patch-ab +++ b/x11/tk80/patches/patch-ab @@ -16,7 +16,7 @@ # Libraries to use when linking. This definition is determined by the # configure script. -LIBS = @TCL_BUILD_LIB_SPEC@ @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc -+LIBS = -L${PREFIX}/lib -ltcl80 @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc ++LIBS = -L${prefix}/lib -ltcl80 @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_LIBS@ -lc # To change the compiler switches, for example to change from -O # to -g, change the following line: -- cgit v1.2.3