b1e66ba68f
so the client will start up without a server argument. Use PREFIX for substitutions instead of LOCALBASE. Update my email address. ok sturm@
13 lines
571 B
Plaintext
13 lines
571 B
Plaintext
$OpenBSD: patch-gopher_Makefile_in,v 1.2 2006/12/13 23:14:29 deanna Exp $
|
|
--- gopher/Makefile.in.orig Fri Jul 28 20:19:27 2006
|
|
+++ gopher/Makefile.in Fri Jul 28 20:20:44 2006
|
|
@@ -132,7 +132,7 @@ OBJS = manager.o gopher.o globals.o ouru
|
|
|
|
CCFLAGS = $(OPT) $(DEBUGGING) -I.. -I$(top_srcdir) -I$(top_srcdir)/object \
|
|
$(INTLOPTS) $(CLIENTOPTS) -DGOPHERLIB=\"$(CLIENTLIB)\" \
|
|
- -DGOPHERHELP=\"$(CLIENTLIB)/gopher.hlp\" \
|
|
+ -DGOPHERHELP=\"${PREFIX}/share/gopher/gopher.hlp\" \
|
|
-DGLOBALRC=\"$(CLIENTLIB)/gopher.rc\" \
|
|
-DREMOTERC=\"$(CLIENTLIB)/gopherremote.rc\"
|
|
|