blob: cf6c579d89dbfab59ef3c5a1d9d9f46756f29b33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- Makefile.orig Sun Feb 6 00:26:12 2000
+++ Makefile Thu Feb 17 15:30:12 2000
@@ -1,14 +1,14 @@
# You will need to specify the absolute path if gnome-config is not in
# your path or if the one in your path is not the correct one
-GNOME_CONFIG = gnome-config
+GNOME_CONFIG = ${X11BASE}/bin/gnome-config
# This should be set to where aspell was installed the default is
# /usr/local
-ASPELL_PREFIX = /usr/local
+ASPELL_PREFIX = ${PREFIX}
-CXX = g++
-CXXFLAGS = -O2 -g
+CXX ?= g++
+CXXFLAGS ?= -O2 -g
# You should not need to modify anything below this comment
|