summaryrefslogtreecommitdiff
path: root/x11/tk80
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-25 11:24:13 +0000
committerfrueauf <frueauf>1998-02-25 11:24:13 +0000
commit2b173e840d3639d2430d20d4efd09e7151af724e (patch)
tree427d7c49764da342973dd9a74399f864f402dcd8 /x11/tk80
parentac79cb864fa8bad19a4a23bc3d2b196f4ed4cd0f (diff)
downloadpkgsrc-2b173e840d3639d2430d20d4efd09e7151af724e.tar.gz
s/PREFIX/prefix in this case. Fixes a minor part of pr 4623 by Ignatios.
Diffstat (limited to 'x11/tk80')
-rw-r--r--x11/tk80/patches/patch-ab2
1 files changed, 1 insertions, 1 deletions
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: