blob: 1978d4470f61ffaaaf7c93c551dfdf7bea84ec69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.3 2004/04/26 22:34:17 snj Exp $
--- gui/Makefile.in.orig 2004-04-26 15:24:07.000000000 -0700
+++ gui/Makefile.in 2004-04-26 15:24:23.000000000 -0700
@@ -116,9 +116,9 @@ libgpsimgui_la_LDFLAGS = @X_LDFLAGS@ @Y_
pixmapdir = $(datadir)/gpsim
-CFLAGS = @CFLAGS@ -D DATADIR=\"~/.gpsim/\"
-CXXFLAGS = @CXXFLAGS@ -D DATADIR=\"~/.gpsim/\"
-CPPFLAGS = @CPPFLAGS@ -D DATADIR=\"~/.gpsim/\"
+CFLAGS = @CFLAGS@ -DDATADIR=\"~/.gpsim/\"
+CXXFLAGS = @CXXFLAGS@ -DDATADIR=\"~/.gpsim/\"
+CPPFLAGS = @CPPFLAGS@ -DDATADIR=\"~/.gpsim/\"
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES =
|