diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /misc/earthview/files | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'misc/earthview/files')
-rw-r--r-- | misc/earthview/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/earthview/files/patch-Makefile b/misc/earthview/files/patch-Makefile index 8f1780581e3e..cfecbaacbf8f 100644 --- a/misc/earthview/files/patch-Makefile +++ b/misc/earthview/files/patch-Makefile @@ -11,7 +11,7 @@ earthview: earthview.c - gcc -Wall -DDATADIR=\"$(DATADIR)\" earthview.c -o earthview -L/usr/X11R6/lib -lX11 -lm -lz -lbz2 -+ %%CC%% %%CFLAGS%% -DDATADIR=\"$(DATADIR)\" earthview.c -o earthview -L%%X11BASE%%/lib -lX11 -lm -lz -lbz2 ++ %%CC%% %%CFLAGS%% -DDATADIR=\"$(DATADIR)\" earthview.c -o earthview -L%%LOCALBASE%%/lib -lX11 -lm -lz -lbz2 install: install -c -s earthview $(BINDIR) |