diff options
author | clive <clive@FreeBSD.org> | 2001-06-23 21:31:05 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-06-23 21:31:05 +0800 |
commit | ac3b20ee99858a5e18e38362bec77e747d43f5d4 (patch) | |
tree | 57256a3440f08cc646cc969bca68dca28df4b0c6 /x11-wm/e16/Makefile | |
parent | 3e832f605774a67028203cd92f3669c2b6d65b6a (diff) | |
download | freebsd-ports-gnome-ac3b20ee99858a5e18e38362bec77e747d43f5d4.tar.gz freebsd-ports-gnome-ac3b20ee99858a5e18e38362bec77e747d43f5d4.tar.zst freebsd-ports-gnome-ac3b20ee99858a5e18e38362bec77e747d43f5d4.zip |
Do not try to probe wctype.h, and this port is buildable again.
This is hacky, but I currently don't have plans to fix enlightenment
or our wctype.h (and its friends).
Approved by: vanilla (MAINTAINER)
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r-- | x11-wm/e16/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index dc8a740d4bd7..29e63cdca12c 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -47,6 +47,9 @@ CONFIGURE_ARGS+=--disable-zoom MAN1= enlightenment.1 +pre-patch: + @${PERL} -pi -e 's/ wctype.h//' ${WRKSRC}/configure + pre-build: .for i in Marble.etheme BlueSteel.etheme.zh_TW.Big5 BrushedMetal-Tigert.etheme.zh_TW.Big5 ShinyMetal.etheme.zh_TW.Big5 ${CP} ${DISTDIR}/$i ${WRKSRC}/src/themes |