diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index bbad7af3220..9d69413420a 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,20 +1,20 @@ -# $OpenBSD: Makefile,v 1.1.1.1 1999/04/18 20:53:16 brad Exp $ +# $OpenBSD: Makefile,v 1.2 1999/06/14 17:37:32 brad Exp $ DISTNAME= libghttp-1.0.2 CATEGORIES= www MASTER_SITES= $(MASTER_SITE_GNOME) -MASTER_SITE_SUBDIR= sources/libghttp +MASTER_SITE_SUBDIR= sources/libghttp NEED_VERSION= 1.73 MAINTAINER= brad@openbsd.org -SEPARATE_BUILD= yes +SEPARATE_BUILD= concurrent GNU_CONFIGURE= yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static post-install: - ${LDCONFIG} -m ${PREFIX}/lib + @${LDCONFIG} -m ${PREFIX}/lib .include diff --git a/www/libghttp/patches/patch-ab b/www/libghttp/patches/patch-ab new file mode 100644 index 00000000000..19fa882fc02 --- /dev/null +++ b/www/libghttp/patches/patch-ab @@ -0,0 +1,11 @@ +--- configure.orig Mon Jun 14 13:21:40 1999 ++++ configure Mon Jun 14 13:22:03 1999 +@@ -1776,7 +1776,7 @@ + aix*) + ac_symcode='[BCDTU]' + ;; +-sunos* | cygwin32* | mingw32*) ++sunos* | cygwin32* | mingw32* | openbsd*) + ac_sympat='_\([_A-Za-z][_A-Za-z0-9]*\)' + ac_symxfrm='_\1 \1' + ;;