head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 buildlink2-base:1.3 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.3 date 2000.06.26.17.03.08; author rh; state dead; branches; next 1.2; 1.2 date 2000.05.13.06.21.02; author rh; state Exp; branches; next 1.1; 1.1 date 2000.02.28.02.34.44; author dmcmahill; state Exp; branches; next ; desc @@ 1.3 log @Update gnucash to 1.4.1 Changes include: * bug fixes * translations are loaded correctly * totally revamped interface, customizable from within the GUI * transaction auto-completion * New reporting system, including several new reports and much improved existing ones * internationalisation * new Japanese translations * updated documentation * fixes for 64-bit architectures * user interface improvements @ text @$NetBSD: patch-af,v 1.2 2000/05/13 06:21:02 rh Exp $ --- Makefile.common.orig Thu May 4 11:24:58 2000 +++ Makefile.common Thu May 4 11:25:29 2000 @@@@ -42,7 +42,7 @@@@ QT_OBJS := $(addprefix obj/qt/,${COMMON_SRCS:.c=.o}) QT_OBJS += $(addprefix obj/qt/,${QT_SRCS:.cpp=.o}) -CFLAGS += -pg ${DEFS} +CFLAGS += ${DEFS} ifdef GNOME_CONFIG_BIN GNOME_CFLAGS += $(shell ${GNOME_CONFIG_BIN} --cflags gnomeui) @ 1.2 log @Update gnucash to 1.3.7 from PR 10091 by David Rankin. Changes include tons of new features and bugfixes that are too numerous to list here. For more information, see the homepage for the package. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @-break out patches to ./src/motif/Makefile.in to its own patch. -add entries to several Makefile.in's to include the correct include path for guile includes (as determined by configure) @ text @d3 5 a7 4 --- ./src/reports/Makefile.in.orig Wed Oct 28 00:55:33 1998 +++ ./src/reports/Makefile.in Sun Feb 27 21:22:05 2000 @@@@ -24,5 +24,5 @@@@ include @@top_srcdir@@/Makefile.init d9 2 a10 3 -INCLPATH = -I../.. -I../engine -I@@srcdir@@/../../include -I@@prefix@@/include +INCLPATH = -I../.. -I../engine -I@@srcdir@@/../../include -I@@prefix@@/include @@GUILE_INC@@ CFLAGS = @@CFLAGS@@ @@X_CFLAGS@@ ${INCLPATH} d12 2 @