USE_LIBTOOL, but don't build a shared library.

remove spurious break in configure script while here.

feedback/ok espie, naddy
This commit is contained in:
steven 2007-04-01 05:37:28 +00:00
parent dec3aa0550
commit a6250faab3
3 changed files with 18 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2006/12/05 21:23:23 dim Exp $
# $OpenBSD: Makefile,v 1.37 2007/04/01 05:37:28 steven Exp $
COMMENT-main= "color, low memory usage, xterm replacement"
COMMENT-clock= "analog clock for X11 w/appoint. reminder and mail notif"
@ -27,6 +27,8 @@ WANTLIB= X11 Xpm c
MULTI_PACKAGES= -main -clock
USE_X11= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-shared
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/autoconf
CONFIGURE_ARGS= --enable-utmp \

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-configure,v 1.1 2007/04/01 05:37:28 steven Exp $
--- configure.orig Sun Apr 1 07:30:24 2007
+++ configure Sun Apr 1 07:31:41 2007
@@ -12925,7 +12925,6 @@ _ACEOF
case "$host_alias" in
*ultrix) ac_cv_func_setsid='no' ;;
- *) break;;
esac

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_command_c,v 1.2 2004/06/17 06:39:05 kevlo Exp $
--- src/command.c.orig 2003-03-26 06:01:23.000000000 +0000
+++ src/command.c 2004-06-16 15:13:20.000000000 +0000
@@ -3098,7 +3098,7 @@ rxvt_tt_printf(rxvt_t *r, const char *fm
$OpenBSD: patch-src_command_c,v 1.3 2007/04/01 05:37:28 steven Exp $
--- src/command.c.orig Wed Mar 26 07:01:23 2003
+++ src/command.c Sun Apr 1 07:30:05 2007
@@ -3098,7 +3098,7 @@ rxvt_tt_printf(rxvt_t *r, const char *fmt,...)
unsigned char buf[256];
va_start(arg_ptr, fmt);