1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/textproc/gaspell/files/patch-aa

22 lines
579 B
Plaintext

--- 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