summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-15 02:08:17 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-15 02:08:17 +0000
commit94930e2200a7b6a7ee74548ea51897745bbe66d1 (patch)
treea01102b2a640d8766332cf48180ba56dbbae0b7e /www
parentMark BROKEN for ELF: (diff)
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
Notes
Notes: svn path=/head/; revision=14016
Diffstat (limited to 'www')
-rw-r--r--www/web500gw/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bjn@visi.com>
#
-# $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