diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-16 01:11:39 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-16 01:11:39 +0000 |
commit | 163fc7f67bd130f19e86180e38f8c02cd23591ec (patch) | |
tree | 35250cd02e57c5e408a179a4a87464d8503b361c /japanese | |
parent | 20fc9a00a8141b03e8b5bee9879b66226fd0bf14 (diff) | |
download | FreeBSD-ports-163fc7f67bd130f19e86180e38f8c02cd23591ec.zip FreeBSD-ports-163fc7f67bd130f19e86180e38f8c02cd23591ec.tar.gz |
Mark BROKEN for ELF:
cc -o chimera -O2 -m486 -L/usr/X11R6/lib main.o url.o net.o ftp.o gopher.o http.o util.o document.o local.o cache.o mime.o input.o md5.o auth.o lang.o stringdb.o inline.o widget.o convert.o fallback.o -L../mxw -lmxw -L../libhtmlw -lhtmlw -L../xloadimage -lxloadimage -L../common -lcommon -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm
/usr/X11R6/lib/libhtmlw.a(HTML.o): In function `CreateScrollbars':
HTML.o(.text+0x77f): undefined reference to `xmDrawingAreaWidgetClass'
HTML.o(.text+0x826): undefined reference to `xmScrollBarWidgetClass'
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/chimera/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/chimera/Makefile b/japanese/chimera/Makefile index 2bc28d7..7107e2b 100644 --- a/japanese/chimera/Makefile +++ b/japanese/chimera/Makefile @@ -3,7 +3,7 @@ # Date created: 26 December 1994 # Whom: asami # -# $Id: Makefile,v 1.7 1997/12/25 22:29:31 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/05 00:47:04 max Exp $ # DISTNAME= chimera-1.65 @@ -16,6 +16,8 @@ PATCHFILES= chimera-1.65-kanji.patch MAINTAINER= ports@FreeBSD.ORG +BROKEN_ELF= yes + USE_IMAKE= yes PATCH_DIST_STRIP= -p1 MAN1= chimera.1 |