diff options
author | agc <agc@pkgsrc.org> | 2001-05-10 13:19:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-10 13:19:27 +0000 |
commit | fb928b5f87165ea05274e071d798397138840327 (patch) | |
tree | b8e7a10c2d12125fbc511c6a9f927407c7c6935f /x11/wmfire | |
parent | 70cc818f191d25d56c943b68bb380a3fbe4495fc (diff) | |
download | pkgsrc-fb928b5f87165ea05274e071d798397138840327.tar.gz |
Make this package work in the presence of xpkgwedge.
Diffstat (limited to 'x11/wmfire')
-rw-r--r-- | x11/wmfire/Makefile | 4 | ||||
-rw-r--r-- | x11/wmfire/distinfo | 3 | ||||
-rw-r--r-- | x11/wmfire/patches/patch-aa | 13 |
3 files changed, 18 insertions, 2 deletions
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@ |