diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 17:54:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 17:54:10 +0000 |
commit | a7610844bd23439954dda87545eb31d16517ef90 (patch) | |
tree | cb53954f4b54839888e05c1e39169a25ee10dc47 /app/xlockmore | |
parent | 2de9fd72e354e414dc0ce292e7f9da281783ac55 (diff) |
regen with OpenBSD autotools
Diffstat (limited to 'app/xlockmore')
-rw-r--r-- | app/xlockmore/configure | 16 | ||||
-rw-r--r-- | app/xlockmore/etc/dtprofile | 2 | ||||
-rw-r--r-- | app/xlockmore/gettext.tcl | 2 | ||||
-rw-r--r-- | app/xlockmore/language.ja.tcl | 2 | ||||
-rw-r--r-- | app/xlockmore/language.tcl.tmpl | 2 |
5 files changed, 14 insertions, 10 deletions
diff --git a/app/xlockmore/configure b/app/xlockmore/configure index c49380e02..8be34558a 100644 --- a/app/xlockmore/configure +++ b/app/xlockmore/configure @@ -7948,7 +7948,7 @@ _ACEOF _ACEOF fi - XLOCKLIBS="${XLOCKLIBS} -lfreetype" + XLOCKLIBS="${XLOCKLIBS} -lfreetype -lz" test "x$freetype_includes" = xNONE && freetype_includes=$ac_freetype_includes test "x$freetype_libraries" = xNONE && freetype_libraries=$ac_freetype_libraries ac_cv_path_freetype="no_freetype= ac_freetype_includes=$freetype_includes ac_freetype_libraries=$freetype_libraries" @@ -9823,7 +9823,7 @@ _ACEOF esac ;; - *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-dragonfly* ) + *-*-freebsd* | *-*-netbsd* | *-*-dragonfly* ) BITMAPTYPE="bsd" PIXMAPTYPE="bsd" INSTPGMFLAGS="-s -o root -m 4111" @@ -9841,6 +9841,11 @@ _ACEOF XMLOCKLDFLAGS="-Wl,-R${XMLOCK_LDFLAGS}" ;; + *-*-openbsd*) + BITMAPTYPE="blowfish" + PIXMAPTYPE="blowfish" + INSTPGMFLAGS="-s -g auth -m 2755" + ;; *-*-dgux5* ) BITMAPTYPE="x11" PIXMAPTYPE="x11" @@ -13033,10 +13038,9 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_i=`echo "$ac_i" | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR - # will be set to the directory where LIBOBJS objects are built. - ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" - ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' + # 2. Add them. + ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" + ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' done LIBOBJS=$ac_libobjs diff --git a/app/xlockmore/etc/dtprofile b/app/xlockmore/etc/dtprofile index 53b484c33..53e3a4707 100644 --- a/app/xlockmore/etc/dtprofile +++ b/app/xlockmore/etc/dtprofile @@ -12,7 +12,7 @@ ### (c) Copyright 1993, 1994 Novell, Inc. ### ### -### $Revision: 1.1 $ +### $Revision: 1.2 $ ### ############################################################################# diff --git a/app/xlockmore/gettext.tcl b/app/xlockmore/gettext.tcl index 042ff87c7..f557e4c2b 100644 --- a/app/xlockmore/gettext.tcl +++ b/app/xlockmore/gettext.tcl @@ -3,7 +3,7 @@ # # By: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> # -# $Id: gettext.tcl,v 1.1 2006/11/26 11:07:50 matthieu Exp $ +# $Id: gettext.tcl,v 1.2 2006/11/26 17:54:07 matthieu Exp $ # # How to use diff --git a/app/xlockmore/language.ja.tcl b/app/xlockmore/language.ja.tcl index b0330e743..d164212ad 100644 --- a/app/xlockmore/language.ja.tcl +++ b/app/xlockmore/language.ja.tcl @@ -4,7 +4,7 @@ # # By: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> -# $Id: language.ja.tcl,v 1.1 2006/11/26 11:07:50 matthieu Exp $ +# $Id: language.ja.tcl,v 1.2 2006/11/26 17:54:07 matthieu Exp $ settext "Wizard configure" "configure ウィザード" settext "Font Options" "フォント オプション" diff --git a/app/xlockmore/language.tcl.tmpl b/app/xlockmore/language.tcl.tmpl index 095ee232f..d853db7d7 100644 --- a/app/xlockmore/language.tcl.tmpl +++ b/app/xlockmore/language.tcl.tmpl @@ -4,7 +4,7 @@ # # By: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> -# $Id: language.tcl.tmpl,v 1.1 2006/11/26 11:07:50 matthieu Exp $ +# $Id: language.tcl.tmpl,v 1.2 2006/11/26 17:54:07 matthieu Exp $ #settext "Wizard configure" "Wizard configure" #settext "Font Options""Font Options" |