diff options
author | wiz <wiz> | 2006-02-16 18:09:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-16 18:09:49 +0000 |
commit | a29cad07fa4e169954cf40c1bb0e2f1c18358d1a (patch) | |
tree | 2faa4f6a1bc88a37d599b90d0e5bd64b24eefff6 /comms | |
parent | 917bfd7df40950882cdc370c3f33aa8bcc084387 (diff) | |
download | pkgsrc-a29cad07fa4e169954cf40c1bb0e2f1c18358d1a.tar.gz |
Fix build with new libtool (as seen in bulk builds).
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot-syncmal/distinfo | 3 | ||||
-rw-r--r-- | comms/jpilot-syncmal/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/jpilot-syncmal/distinfo b/comms/jpilot-syncmal/distinfo index f6bdb5e9468..04ff68848ac 100644 --- a/comms/jpilot-syncmal/distinfo +++ b/comms/jpilot-syncmal/distinfo @@ -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 --git a/comms/jpilot-syncmal/patches/patch-aa b/comms/jpilot-syncmal/patches/patch-aa new file mode 100644 index 00000000000..49aeb837b2a --- /dev/null +++ b/comms/jpilot-syncmal/patches/patch-aa @@ -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@ |