pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/jpilot-syncmal Fix build with new libtool (as se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c72fac12341f
branches:  trunk
changeset: 508225:c72fac12341f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 16 18:09:49 2006 +0000

description:
Fix build with new libtool (as seen in bulk builds).

diffstat:

 comms/jpilot-syncmal/distinfo         |   3 ++-
 comms/jpilot-syncmal/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r d5b23e5fdec1 -r c72fac12341f comms/jpilot-syncmal/distinfo
--- a/comms/jpilot-syncmal/distinfo     Thu Feb 16 18:09:27 2006 +0000
+++ b/comms/jpilot-syncmal/distinfo     Thu Feb 16 18:09:49 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 16:05:30 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/02/16 18:09:49 wiz Exp $
 
 SHA1 (jpilot-syncmal_0.71.2.tar.gz) = f7a81e69155df2423873ed8a98549ccb56480ec6
 RMD160 (jpilot-syncmal_0.71.2.tar.gz) = 05cb1e7d66a99bd4bda194eda849671a9f65cd6d
 Size (jpilot-syncmal_0.71.2.tar.gz) = 299645 bytes
+SHA1 (patch-aa) = 67915bd2be89ceaa7d3061af2284e2e455f301bb
 SHA1 (patch-ab) = 3cfe2caa22b973411602323bd922480815143e19
diff -r d5b23e5fdec1 -r c72fac12341f comms/jpilot-syncmal/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/jpilot-syncmal/patches/patch-aa     Thu Feb 16 18:09:49 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.6 2006/02/16 18:09:49 wiz Exp $
+
+--- Makefile.in.orig   2003-01-17 14:51:42.000000000 +0000
++++ Makefile.in
+@@ -23,7 +23,7 @@ MAL_INC = -I$(MALTOP)/mal/common \
+           -I$(MALTOP)/mal/client/common \
+           -I$(MALTOP)/mal/client/unix
+ 
+-LIBS = @libs@ $(PILOT_LIBS) $(GTKLIBS)
++LIBS = @LIBS@ $(PILOT_LIBS) $(GTKLIBS)
+ 
+ # CC options
+ CCDEFINES = @DEFS@



Home | Main Index | Thread Index | Old Index