diff options
Diffstat (limited to 'misc/gnucash/patches/patch-ad')
-rw-r--r-- | misc/gnucash/patches/patch-ad | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/misc/gnucash/patches/patch-ad b/misc/gnucash/patches/patch-ad index a5f5c037380..348402e98bd 100644 --- a/misc/gnucash/patches/patch-ad +++ b/misc/gnucash/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.3 2000/05/13 06:21:02 rh Exp $ +$NetBSD: patch-ad,v 1.4 2000/06/26 17:03:05 rh Exp $ ---- src/engine/Makefile.in.orig Fri Apr 14 06:33:38 2000 -+++ src/engine/Makefile.in Tue May 9 16:38:00 2000 -@@ -37,7 +37,7 @@ - INDEP_SRCS := AccInfo.c Account.c DateUtils.c FileIO.c Group.c \ - LedgerUtils.c QIFIO.c Query.c Queue.c Scrub.c Session.c \ - Transaction.c TransLog.c date.c util.c GNCId.c \ -- guid/md5.c guid/guid.c -+ guid/md5.c guid/guid.c asprintf.c - ###################################################################### +--- src/engine/Makefile.in.orig Mon Jun 26 10:12:50 2000 ++++ src/engine/Makefile.in Mon Jun 26 17:07:28 2000 +@@ -124,7 +124,7 @@ + lib_LTLIBRARIES = libgncengine.la - all: default + # Build hell from main.c and libhello.la +-libgncengine_la_SOURCES = AccInfo.c Account.c Backend.c DateUtils.c FileIO.c Group.c LedgerUtils.c Query.c Queue.c Scrub.c Session.c Transaction.c TransLog.c date.c util.c GNCId.c guid.c md5.c ++libgncengine_la_SOURCES = AccInfo.c Account.c Backend.c DateUtils.c FileIO.c Group.c LedgerUtils.c Query.c Queue.c Scrub.c Session.c Transaction.c TransLog.c date.c util.c GNCId.c guid.c md5.c asprintf.c + + + libgncengine_la_LDFLAGS = -version-info 1:1:1 |