mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
9aed410047
did, since there's been a routing loop to the DNS servers for the MASTER_SITE in the PR for the last 5 days. PR: ports/2905 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
Plaintext
*** configure.orig Tue Feb 27 21:29:29 1996
|
|
--- configure Sat Feb 22 23:12:20 1997
|
|
***************
|
|
*** 9,17 ****
|
|
|
|
# Defaults:
|
|
ac_help=
|
|
! ac_default_prefix=/usr/local
|
|
# Any additions from configure.in:
|
|
! ac_default_prefix=/usr/local
|
|
ac_help="$ac_help
|
|
--with-x use the X Window System"
|
|
ac_help="$ac_help
|
|
--- 9,17 ----
|
|
|
|
# Defaults:
|
|
ac_help=
|
|
! ac_default_prefix=/usr/X11R6
|
|
# Any additions from configure.in:
|
|
! ac_default_prefix=/usr/X11R6
|
|
ac_help="$ac_help
|
|
--with-x use the X Window System"
|
|
ac_help="$ac_help
|
|
***************
|
|
*** 53,59 ****
|
|
bindir='${exec_prefix}/bin'
|
|
sbindir='${exec_prefix}/sbin'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
! datadir='${prefix}/share'
|
|
sysconfdir='${prefix}/etc'
|
|
sharedstatedir='${prefix}/com'
|
|
localstatedir='${prefix}/var'
|
|
--- 53,59 ----
|
|
bindir='${exec_prefix}/bin'
|
|
sbindir='${exec_prefix}/sbin'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
! datadir='${prefix}/lib/X11'
|
|
sysconfdir='${prefix}/etc'
|
|
sharedstatedir='${prefix}/com'
|
|
localstatedir='${prefix}/var'
|
|
***************
|
|
*** 1577,1589 ****
|
|
|
|
|
|
# Check whether --enable-japanese or --disable-japanese was given.
|
|
! if test "${enable_japanese+set}" = set; then
|
|
! enableval="$enable_japanese"
|
|
! cat >> confdefs.h <<EOF
|
|
#define KANJICODE "${enable_japanese}"
|
|
! EOF
|
|
|
|
! fi
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|
|
--- 1577,1589 ----
|
|
|
|
|
|
# Check whether --enable-japanese or --disable-japanese was given.
|
|
! #if test "${enable_japanese+set}" = set; then
|
|
! # enableval="$enable_japanese"
|
|
! # cat >> confdefs.h <<EOF
|
|
#define KANJICODE "${enable_japanese}"
|
|
! #EOF
|
|
|
|
! #fi
|
|
|
|
|
|
cat >> confdefs.h <<\EOF
|