summaryrefslogtreecommitdiff
path: root/finance/emma/patches/patch-ab
blob: 5052385c1acee7368c708224ccf26a1dd0148711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ab,v 1.2 2001/07/02 14:29:45 drochner Exp $

--- src/Makefile.in.orig	Fri Nov  3 13:16:27 2000
+++ src/Makefile.in	Mon Jul  2 15:11:52 2001
@@ -149,8 +149,8 @@
 report_grp_axis.o report_progress.o schedule.o schedule_dlg.o sm.o \
 toolbar.o transaction_dlg.o
 emma_DEPENDENCIES = 
-emma_LDFLAGS = 
-CFLAGS = @CFLAGS@
+emma_LDFLAGS = -export-dynamic
+CFLAGS = @CFLAGS@ -DPREFIX=\"@prefix@\"
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)