If devel/argp-standalone is installed, the freetalk build picks it up and fails.
Noticed by naddy after my last fix.

While here, add the pkg bump i forgot last week (reminded by naddy, too).
This commit is contained in:
kili 2009-10-21 16:27:42 +00:00
parent 0d852514d2
commit e75b9bbd8e
2 changed files with 14 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2009/10/14 23:18:31 kili Exp $
# $OpenBSD: Makefile,v 1.4 2009/10/21 16:27:42 kili Exp $
COMMENT= console based Jabber client
DISTNAME= freetalk-3.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= net

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-configure_ac,v 1.2 2009/10/21 13:59:35 kili Exp $
$OpenBSD: patch-configure_ac,v 1.3 2009/10/21 16:27:42 kili Exp $
/* no comment */
--- configure.ac.orig Sat Nov 15 10:02:35 2008
+++ configure.ac Wed Oct 21 15:38:52 2009
+++ configure.ac Wed Oct 21 17:23:50 2009
@@ -14,10 +14,20 @@ AC_CONFIG_FILES([Makefile src/Makefile extensions/Make
AC_PROG_MAKE_SET
AC_PROG_CXX
@ -25,7 +25,16 @@ $OpenBSD: patch-configure_ac,v 1.2 2009/10/21 13:59:35 kili Exp $
AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes], [no])
if test "x$PKGCONFIG" = "xno"; then
@@ -47,12 +57,5 @@ AC_CHECK_TYPES([error_t],
@@ -37,8 +47,6 @@ AC_SUBST(LOUDMOUTH_CFLAGS)
AC_SUBST(LOUDMOUTH_LIBS)
-AC_CHECK_HEADER([argp.h],AC_DEFINE(HAVE_ARGP,[1]))
-
AC_CHECK_HEADERS([errno.h])
AC_CHECK_TYPES([error_t],
[],
@@ -47,12 +55,5 @@ AC_CHECK_TYPES([error_t],
#define __need_error_t
#include <errno.h>
#endif])