diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /japanese/emacs-emcws | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-graphics-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-graphics-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-graphics-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'japanese/emacs-emcws')
-rw-r--r-- | japanese/emacs-emcws/Makefile | 9 | ||||
-rw-r--r-- | japanese/emacs-emcws/files/patch-configure.in | 8 |
2 files changed, 0 insertions, 17 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile index ad9b0ff1b8a..fba2a206c59 100644 --- a/japanese/emacs-emcws/Makefile +++ b/japanese/emacs-emcws/Makefile @@ -143,15 +143,6 @@ PLIST_SUB+= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} \ SCRIPTS_ENV= SED=${SED} MV=${MV} \ DOC_FILE=${DOC_FILE} -.if defined(WITH_XPG4) -.if ${OSVERSION} >= 220000 && ${OSVERSION} < 400020 -CONFIGURE_ARGS+= --with-xpg4 -.endif -.if ${OSVERSION} >= 500000 && ${OSVERSION} < 500005 -CONFIGURE_ARGS+= --with-xpg4 -.endif -.endif - .if exists(${PREFIX}/bin/emacs-${EMACS_VER}) EMACS_BASE=${PREFIX} .else diff --git a/japanese/emacs-emcws/files/patch-configure.in b/japanese/emacs-emcws/files/patch-configure.in index 8d85d454258..fe67db93fcf 100644 --- a/japanese/emacs-emcws/files/patch-configure.in +++ b/japanese/emacs-emcws/files/patch-configure.in @@ -58,11 +58,3 @@ *-nextstep* ) opsys=nextstep ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac -@@ -2131,6 +2150,7 @@ - # Solaris requires -lintl if you want strerror (which calls dgettext) - # to return localized messages. - AC_CHECK_LIB(intl, dgettext) -+AC_CHECK_LIB(xpg4, _xpg4_setrunelocale) - - AC_MSG_CHECKING(whether localtime caches TZ) - AC_CACHE_VAL(emacs_cv_localtime_cache, |