pkgsrc/emulators/gpsim-devel/patches/patch-aa
bouyer b4606896d5 Update to gpsim-20050905. Changes are mainly bugfixes and a few more
supported devices. There is also work in progress on an interface though
a socket, allowing an external program to send commands to gpsim.
2005-09-07 20:17:46 +00:00

17 lines
537 B
Text

$NetBSD: patch-aa,v 1.2 2005/09/07 20:17:46 bouyer Exp $
--- gui/Makefile.in.orig 2005-08-31 17:03:41.000000000 +0200
+++ gui/Makefile.in 2005-09-02 12:59:20.000000000 +0200
@@ -235,9 +235,9 @@
libgpsimgui_la_LDFLAGS = @X_LDFLAGS@ @Y_LDFLAGS@
pixmapdir = $(datadir)/gpsim
-AM_CFLAGS = -D DATADIR=\"~/.gpsim/\"
-AM_CXXFLAGS = -D DATADIR=\"~/.gpsim/\"
-AM_CPPFLAGS = -D DATADIR=\"~/.gpsim/\"
+AM_CFLAGS = -DDATADIR=\"~/.gpsim/\"
+AM_CXXFLAGS = -DDATADIR=\"~/.gpsim/\"
+AM_CPPFLAGS = -DDATADIR=\"~/.gpsim/\"
all: all-am
.SUFFIXES: