diff options
author | adam <adam@pkgsrc.org> | 2005-02-22 10:22:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-02-22 10:22:05 +0000 |
commit | 0872fc5b11a701e90bdb22b0b3a67682afdcffdf (patch) | |
tree | 62fba449921d23a738fbab8546c6e7ade0d47bc6 /x11/tk/patches | |
parent | 08e66453f5a6001a6952e558eb333e301b4aa7eb (diff) | |
download | pkgsrc-0872fc5b11a701e90bdb22b0b3a67682afdcffdf.tar.gz |
patch-aa modified to be compatible with GNU make
Diffstat (limited to 'x11/tk/patches')
-rw-r--r-- | x11/tk/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/patches/patch-aa b/x11/tk/patches/patch-aa index 83f172c8ceb..40f5461656c 100644 --- a/x11/tk/patches/patch-aa +++ b/x11/tk/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.13 2004/11/26 10:31:08 adam Exp $ +$NetBSD: patch-aa,v 1.14 2005/02/22 10:22:05 adam Exp $ --- Makefile.in.orig 2004-11-19 18:50:17.000000000 +0000 +++ Makefile.in @@ -26,7 +26,7 @@ $NetBSD: patch-aa,v 1.13 2004/11/26 10:31:08 adam Exp $ #TK_STUB_LIB_FLAG = -ltkstub TK_LIB_FILE = @TK_LIB_FILE@ -+TK_LA_FILE = ${TK_LIB_FILE:C/@SHLIB_SUFFIX@/.la/} ++TK_LA_FILE = ${TK_LIB_FILE:@SHLIB_SUFFIX@=.la} #TK_LIB_FILE = libtk.a # Generic lib name used in rules that apply to tcl and tk |