diff options
| author | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:18:36 +0000 |
|---|---|---|
| committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:18:36 +0000 |
| commit | b7ab8a463c1347706e15f28188004bc744c54c4e (patch) | |
| tree | eb053e4939d3178c32e8fb11e40dc6b1ffc31747 /textproc/gaspell/files/patch-aa | |
| parent | 9d05a0457b1e1aae2d7d50fdedd9c58570d46877 (diff) | |
Add gaspell, a GNOME front-end to textproc/aspell
Diffstat (limited to 'textproc/gaspell/files/patch-aa')
| -rw-r--r-- | textproc/gaspell/files/patch-aa | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/gaspell/files/patch-aa b/textproc/gaspell/files/patch-aa new file mode 100644 index 000000000000..cf6c579d89db --- /dev/null +++ b/textproc/gaspell/files/patch-aa @@ -0,0 +1,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 + |
