openbsd-ports/sysutils/contool/patches/patch-01
2000-04-04 21:37:47 +00:00

27 lines
919 B
Plaintext

--- Imakefile.orig Thu Feb 24 18:55:24 1994
+++ Imakefile Tue Apr 4 23:33:50 2000
@@ -1,19 +1,19 @@
# Mailer you use. Solaris 2.x users, change this to /usr/bin/mailx
-MAILER = /usr/ucb/mail
+MAILER = /usr/bin/mail
# Where you installed Open Windows
-OPENWINHOME = /usr/openwin
+OPENWINHOME = ${PREFIX}
# Paths to be searched for icons
ICON_PATH = .:./icons:/usr/local/images:$(OPENWINHOME)/include/images:$(INCDIR)/bitmaps
# Where to install the help file
-HELPDIR = /usr/local/lib/help
+HELPDIR = $(OPENWINHOME)/lib/help
# Where your XView libraries are installed. If running under
# SunOS 4.x, use the first version. If using Solaris 2.x with
# with Sun's unbundled compiler, use the second version.
-LDOPTIONS = -L$(OPENWINHOME)/lib
+LDOPTIONS = -L$(OPENWINHOME)/lib -L/usr/X11R6/lib
# LDOPTIONS = -L$(OPENWINHOME)/lib -R$(OPENWINHOME)/lib
# Where your XView include files are installed