diff options
author | martti <martti@pkgsrc.org> | 2006-07-12 12:08:44 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-12 12:08:44 +0000 |
commit | be9e051e2454a9b47ca89b1e040b792d7f4446ab (patch) | |
tree | 6344c74d3e02c73d8530703c8fe1bcc00914f4b4 /wm/fvwm-devel/Makefile | |
parent | ff59a4c806807d9944e523deb95db201b2539032 (diff) | |
download | pkgsrc-be9e051e2454a9b47ca89b1e040b792d7f4446ab.tar.gz |
Make this build on a newly installed NetBSD/i386 3.99.21 with GCC 4.1.x
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-rw-r--r-- | wm/fvwm-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index d4ad4d62f77..51201facb41 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/07/12 11:52:54 martti Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/12 12:08:44 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -22,13 +22,14 @@ USE_TOOLS+= perl:run PLIST_SUBST+= FVWM_VER=${FVWM_VER:Q} +INSTALLATION_DIRS+= share/examples/fvwm + CONFIGURE_ARGS+= --disable-bidi CONFIGURE_ARGS+= --without-gnome CONFIGURE_ARGS+= --without-rplay-library CONFIGURE_ARGS+= --without-stroke-library post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fvwm cd ${WRKSRC}/sample.fvwmrc && ${INSTALL_DATA} \ `${LS} | ${GREP} -v Makefile` \ ${PREFIX}/share/examples/fvwm |