openbsd-ports/sysutils/contool/patches/patch-Imakefile
pvalchev ab4b094775 - store getopt's return value into an int, not a char
- getopt(3) returns -1 when out of arguments, not EOF
- rename patches with update-patches
2002-02-23 23:45:18 +00:00

28 lines
986 B
Plaintext

$OpenBSD: patch-Imakefile,v 1.1 2002/02/23 23:45:18 pvalchev Exp $
--- Imakefile.orig Thu Feb 24 10:55:24 1994
+++ Imakefile Sat Feb 23 16:38:21 2002
@@ -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