pkgsrc/x11/xp/patches/patch-aa
tron a2a2e9d839 Import new "xp" package submitted by Julian Coleman in PR pkg/8197:
A fast X11 text file viewer using Athena widgets
1999-08-13 19:35:45 +00:00

32 lines
802 B
Text

$NetBSD: patch-aa,v 1.1.1.1 1999/08/13 19:35:45 tron Exp $
--- Imakefile.orig Thu Feb 11 15:55:09 1999
+++ Imakefile Fri Aug 13 21:30:56 1999
@@ -1,23 +1,12 @@
-/* set MKDIRHIER in case you change BINDIR */
-MKDIRHIER = mkdirhier
-
-XPTOP = /usr/local/xp/1.2b10
-
-/* where do you want the binary installed */
-BINDIR = ${XPTOP}/bin
-
-/* where do you want the man page installed */
-MANDIR = ${XPTOP}/man/man1
-
-/* where do you want the application defaults file installed */
-XAPPLOADDIR = ${XPTOP}/lib/app-defaults
-
-
#ifdef HasVFork
VFORK_DEFINES = -DHASVFORK
#endif
#XP_DEFINES= -DNOPUTENV
+
+#if !(defined(SunArchitecture) && OSMajorVersion == 4)
+XP_DEFINES+= -DHAS_STRERROR
+#endif
DEFINES= $(SIGNAL_DEFINES) $(VFORK_DEFINES) $(XP_DEFINES)