MFH: r513550

Mark BROKEN: fails to link

cc -o ../bin/thot -L../indexlib -L../drawlib -L../tablelib -L../thotlib -L.. EDITORAPP.o EDITORactions.o Trans.o TransPmatch.o TransParser.o ExtCssAPP.o ExtCssactions.o UIcss.o StyleCss.o StyleRules.o StyleParser.o   -lThotIndex -lThotDraw -lThotTable -lThotEditor -ljpeg -lpng -lz -L/usr/local/lib -lXm -lXm -lXp -lXm -L/usr/local/lib -lXt -lXext -lSM -lICE -lX11  -ldl   -lm
/usr/bin/ld: cannot find -lXp

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2019-10-02 07:01:53 +00:00
parent f3b4d12adb
commit ff91471bc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=513552

View File

@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Structured document editor, offering a graphical WYSIWYG interface
BROKEN= /usr/bin/ld: cannot find -lXp
THOT_SUBDIR= Target
USES= gmake motif
WRKSRC= ${WRKDIR}/Thot/${THOT_SUBDIR}