From 94930e2200a7b6a7ee74548ea51897745bbe66d1 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Thu, 15 Oct 1998 02:08:17 +0000 Subject: Mark BROKEN for ELF: gcc -O -pipe -DUSE_SYSCONF -I. -I/usr/local/include -DMODIFY -DWEB500GW_DEBUG -DSUPPORT_OLD_URLS -DWEB500GWDIR=\"/usr/local/etc/web500gw\" -DLDAPVERSION=33 -DLDAP_DEBUG -fpcc-struct-return -fwritable-strings -c gwversion.c gcc -o web500gw web500gw.o read.o search.o modify.o add.o navigation.o util.o web_util.o dir_util.o ldap2html.o messages.o init.o config.o detach.o setproctitle.o gwversion.o -L/usr/local/lib -lldap -llber util.o: In function `find_access': util.o(.text+0x91a): undefined reference to `re_comp' util.o(.text+0x927): undefined reference to `re_exec' util.o: In function `find_language': util.o(.text+0x96a): undefined reference to `re_comp' util.o(.text+0x977): undefined reference to `re_exec' util.o: In function `find_browser': util.o(.text+0xd2e): undefined reference to `re_comp' util.o(.text+0xd3b): undefined reference to `re_exec' *** Error code 1 --- www/web500gw/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index c12090e895b1..6c4dbf339d50 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -3,7 +3,7 @@ # Date created: 30 July 1998 # Whom: Brent J. Nordquist # -# $Id: Makefile,v 1.2 1998/07/31 21:34:38 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/24 01:26:30 steve Exp $ # DISTNAME= web500gw-2.1b2 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= bjn@visi.com +BROKEN_ELF= yes + BUILD_DEPENDS= ${PREFIX}/lib/libldap.a:${PORTSDIR}/net/ldap INSTDIR= ${PREFIX}/bin -- cgit v1.2.3