1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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
This commit is contained in:
Justin M. Seger 1998-10-15 02:08:17 +00:00
parent 75dd46e719
commit 94930e2200
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14016

View File

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