- remove a hidden dependency on curl

from giovanni bechis (MAINTAINER)
This commit is contained in:
jasper 2008-05-02 11:18:59 +00:00
parent 1ffcea1d96
commit a4a0e88a9b
2 changed files with 28 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2008/03/28 13:13:11 okan Exp $
# $OpenBSD: Makefile,v 1.3 2008/05/02 11:18:59 jasper Exp $
COMMENT= powerful and simple GTK editor
DISTNAME= tea-17.6.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/}
EXTRACT_SUFX= .tar.bz2

View File

@ -0,0 +1,26 @@
$OpenBSD: patch-configure,v 1.1 2008/05/02 11:18:59 jasper Exp $
--- configure.orig Wed Apr 30 09:07:19 2008
+++ configure Wed Apr 30 09:09:09 2008
@@ -5764,22 +5764,6 @@ else
pkg_modules="gtk+-2.0 >= 2.4.0"
fi
-
-echo -n "checking for libcurl... "
-if pkg-config --exists libcurl ; then
- LIBS="$LIBS `pkg-config --libs libcurl `"
- CFLAGS="$CFLAGS `pkg-config --cflags libcurl `"
-
-cat >>confdefs.h <<\_ACEOF
-#define LIBCURL_SUPPORTED 1
-_ACEOF
-
- echo "yes"
-else
- echo "no"
-fi
-
-
echo -n "checking for zziplib... "
if pkg-config --exists zziplib ; then
LIBS="$LIBS `pkg-config --libs zziplib `"