diff options
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 10 | ||||
-rw-r--r-- | x11/xterm/options.mk | 9 |
2 files changed, 13 insertions, 6 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index fc214323952..1be1ead26c4 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/09/17 06:36:21 bjs Exp $ +# $NetBSD: Makefile,v 1.37 2007/11/23 14:23:34 bjs Exp $ DISTNAME= xterm-229 CATEGORIES= x11 @@ -31,9 +31,9 @@ CONFIGURE_ARGS+= --enable-wide-chars CONFIGURE_ARGS+= --with-setuid .endif -.if ${OPSYS} == "SunOS" -INSTALL_FILE= ${WRKDIR}/INSTALL -DEINSTALL_FILE= ${INSTALL_FILE} +#.#if ${OPSYS} == "SunOS" +#INSTALL_FILE= ${WRKDIR}/INSTALL +#DEINSTALL_FILE= ${INSTALL_FILE} pre-build: ${MKDIR} ${INSTALL_FILE:H} @@ -47,7 +47,7 @@ pre-install: post-install: ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL -.endif +#.endif .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" diff --git a/x11/xterm/options.mk b/x11/xterm/options.mk index e65964ccb42..cca686ee07d 100644 --- a/x11/xterm/options.mk +++ b/x11/xterm/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2007/10/02 15:04:53 aymeric Exp $ +# $NetBSD: options.mk,v 1.7 2007/11/23 14:23:34 bjs Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xterm PKG_SUPPORTED_OPTIONS= pcre xterm-luit freetype xterm-toolbar @@ -30,7 +30,14 @@ CONFIGURE_ARGS+= --enable-freetype CONFIGURE_ARGS+= --enable-toolbar .endif +### +### XXX The configure test checks for pcreposix_regcomp in libpcreposix. +### However, there is no such function [insofar as I can tell]. +### Moreover, libc's regex(3) functions are weak-aliased to those +### within libc's namespace, so we should have no problems. +### .if !empty(PKG_OPTIONS:Mpcre) CONFIGURE_ARGS+= --with-pcre +CONFIGURE_ENV+= ac_cv_lib_pcreposix_pcreposix_regcomp=yes . include "../../devel/pcre/buildlink3.mk" .endif |