pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/tk patch-aa modified to be compatible with GNU make



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89f1c7d90f59
branches:  trunk
changeset: 489494:89f1c7d90f59
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 22 10:22:05 2005 +0000

description:
patch-aa modified to be compatible with GNU make

diffstat:

 x11/tk/distinfo         |  4 ++--
 x11/tk/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r af6f348ead12 -r 89f1c7d90f59 x11/tk/distinfo
--- a/x11/tk/distinfo   Tue Feb 22 02:13:29 2005 +0000
+++ b/x11/tk/distinfo   Tue Feb 22 10:22:05 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2005/01/05 09:15:45 adam Exp $
+$NetBSD: distinfo,v 1.20 2005/02/22 10:22:05 adam Exp $
 
 SHA1 (tk8.4.9-src.tar.gz) = 3d677d4327f035ddd43992c134f47b6f927cb14a
 Size (tk8.4.9-src.tar.gz) = 3266500 bytes
-SHA1 (patch-aa) = 0a241f1b2803f3d9bd998947d3284a3ee6659a76
+SHA1 (patch-aa) = b1589a581bfdcee033306307c0d2b3488d978f63
 SHA1 (patch-ab) = c204afea18379273e97a14708d92635a0b7c3220
 SHA1 (patch-ac) = d0373617f76f6e62ecf80d7290fb4ae8388521bf
 SHA1 (patch-ad) = 24a677844b702f82b57af88ecc6659c858f87130
diff -r af6f348ead12 -r 89f1c7d90f59 x11/tk/patches/patch-aa
--- a/x11/tk/patches/patch-aa   Tue Feb 22 02:13:29 2005 +0000
+++ b/x11/tk/patches/patch-aa   Tue Feb 22 10:22:05 2005 +0000
@@ -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 @@
  #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



Home | Main Index | Thread Index | Old Index