pkgsrc/x11/xbanner/patches/patch-aa
jlam 5e267bc07d Fix xpkgwedge problems noted by John Darrow <John.P.Darrow@wheaton.edu> in
pkg/13191.  The changes suggested in the PR were applied, and one more
change to look for the appdefaults file under ${PREFIX} instead of under
${X11BASE}.
2001-09-14 03:19:22 +00:00

23 lines
666 B
Text

$NetBSD: patch-aa,v 1.4 2001/09/14 03:19:23 jlam Exp $
--- Imakefile.orig Thu May 15 22:38:25 1997
+++ Imakefile Wed Aug 19 00:21:21 1998
@@ -6,15 +6,15 @@
XCOMM Install directory:
-LOCALBINDIR=/usr/X11/bin
-ETCDIR=/etc/X11/xdm
+LOCALBINDIR=${X11BASE}/bin
+ETCDIR=${X11BASE}/lib/X11/xdm
XCOMM ***** No need to touch anything below this! *****
XCOMM Compile directives
XCOMM *** Remove following line if you don't have XPM!
-DEFINES=-DHAS_XPM
+DEFINES=-DHAS_XPM -DPREFIX=\"${PREFIX}\"
AllTarget($(PROGRAMS))
SingleProgramTarget(xbanner, backg.o colors.o effect.o linger.o pix.o plasma.o ripples.o util.o xbanner.o xres.o , /**/ , -lXpm -lX11 -lm )