- SEPARATE_BUILD= yes -> concurrent

- fix configure to detect proceeding underscores in compiled symbols
This commit is contained in:
brad 1999-06-14 17:37:32 +00:00
parent 0f36ece59d
commit 5115ea26eb
2 changed files with 15 additions and 4 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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'
;;