From fb928b5f87165ea05274e071d798397138840327 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 10 May 2001 13:19:27 +0000 Subject: Make this package work in the presence of xpkgwedge. --- x11/wmfire/Makefile | 4 +++- x11/wmfire/distinfo | 3 ++- x11/wmfire/patches/patch-aa | 13 +++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 x11/wmfire/patches/patch-aa (limited to 'x11/wmfire') diff --git a/x11/wmfire/Makefile b/x11/wmfire/Makefile index 447cf73f491..0455f34541b 100644 --- a/x11/wmfire/Makefile +++ b/x11/wmfire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:06:54 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/10 13:19:27 agc Exp $ # DISTNAME= wmfire-0.0.3.8 @@ -12,6 +12,8 @@ USE_X11= YES USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS=-I${X11BASE}/include +MAKE_ENV+= XPMDIR=${XPMDIR} +EVAL_PREFIX= XPMDIR=xpm post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmfire diff --git a/x11/wmfire/distinfo b/x11/wmfire/distinfo index abf13a65218..3a1c01b140b 100644 --- a/x11/wmfire/distinfo +++ b/x11/wmfire/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:07:47 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/05/10 13:19:27 agc Exp $ SHA1 (wmfire-0.0.3.8.tar.gz) = 1c615ef63d8a6fb0a87dca2fdfcb685cb87bb683 Size (wmfire-0.0.3.8.tar.gz) = 53253 bytes +SHA1 (patch-aa) = 09a530214b6af007cb9dee0bac8bf6585d761eca diff --git a/x11/wmfire/patches/patch-aa b/x11/wmfire/patches/patch-aa new file mode 100644 index 00000000000..f3019311a3c --- /dev/null +++ b/x11/wmfire/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/05/10 13:19:28 agc Exp $ + +--- Makefile.in 2001/05/10 13:11:30 1.1 ++++ Makefile.in 2001/05/10 13:12:12 +@@ -76,7 +76,7 @@ + PROGRAMS = $(bin_PROGRAMS) + + +-DEFS = @DEFS@ -I. -I$(srcdir) -I. ++DEFS = @DEFS@ -I. -I$(srcdir) -I. -I${XPMDIR}/include + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ + LIBS = @LIBS@ -- cgit v1.2.3