diff options
author | tron <tron> | 2001-03-01 21:13:11 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-01 21:13:11 +0000 |
commit | 39f282a8feac098013cc841db70e987e46fb3b22 (patch) | |
tree | 9b0c9305d3d843cb4d37c00be94e20b5471d5bf9 /comms | |
parent | 3409f79bc8b978ae056363b0c2d32f918223eb42 (diff) | |
download | pkgsrc-39f282a8feac098013cc841db70e987e46fb3b22.tar.gz |
Make this build on system where "xpkwedge" is not installed.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/files/patch-sum | 4 | ||||
-rw-r--r-- | comms/jpilot/patches/patch-aa | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/comms/jpilot/files/patch-sum b/comms/jpilot/files/patch-sum index 31497691577..9c1ec3e0578 100644 --- a/comms/jpilot/files/patch-sum +++ b/comms/jpilot/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.5 2001/03/01 20:38:15 jlam Exp $ +$NetBSD: patch-sum,v 1.6 2001/03/01 21:13:11 tron Exp $ -MD5 (patch-aa) = 2319e52021d9bce83577c948ce2aed10 +MD5 (patch-aa) = f2635a79fa6402b0c590d6cabac82bb8 MD5 (patch-ab) = 4ea006d053cd6d35061025bc478ccf4f diff --git a/comms/jpilot/patches/patch-aa b/comms/jpilot/patches/patch-aa index fe0890b616e..da1eb616622 100644 --- a/comms/jpilot/patches/patch-aa +++ b/comms/jpilot/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2001/03/01 20:38:15 jlam Exp $ +$NetBSD: patch-aa,v 1.3 2001/03/01 21:13:12 tron Exp $ ---- Makefile.in.orig Tue Feb 6 14:31:05 2001 -+++ Makefile.in +--- Makefile.in.orig Tue Feb 6 20:31:05 2001 ++++ Makefile.in Thu Mar 1 22:11:03 2001 @@ -43,7 +43,7 @@ INTLLIBS = @INTLLIBS@ @@ -11,6 +11,15 @@ $NetBSD: patch-aa,v 1.2 2001/03/01 20:38:15 jlam Exp $ jpilot: jpilot.o datebook.o address.o todo.o memo.o \ utils.o sync.o prefs.o log.o plugins.o \ +@@ -155,7 +155,7 @@ + $(CC) $(OPTIONS) -c cp1250.c + + password.o: password.c password.h config.h +- $(CC) $(OPTIONS) $(GTKFLAGS) -c password.c ++ $(CC) $(OPTIONS) $(PILOT_FLAGS) $(GTKFLAGS) -c password.c + + russian.o: russian.c russian.h config.h + $(CC) $(OPTIONS) -c russian.c @@ -240,9 +240,9 @@ ./install-sh -s -c -m 555 jpilot-dump $(prefix)/jpilot-dump ; \ fi |