MFH: r364411

Mark BROKEN: fails to link

cc -O2 -pipe -fno-strict-aliasing       -I/usr/local/include -I../flx -I/usr/local/include    -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO    -DHELP_DIR=\"/usr/local/lib/X11/xfpovray/help\" -c ./util.c
rm -f xfpovray
cc -o xfpovray       -L/usr/local/lib   ./build_pages.o 	./callbacks.o 	./show_image.o 	./xfpovray.o 	./tips.o 	./state.o 	./config.o 	./run_program.o 	./util.o  ../flx/libflx.a -L/usr/local/lib -lforms -lXpm -lm -lXext -lX11  -Wl,-rpath,/usr/local/lib
../flx/libflx.a(flx_return_button.o): In function `draw_return_button':
flx_return_button.c:(.text+0x178): undefined reference to `fl_drw_box'
flx_return_button.c:(.text+0x1a9): undefined reference to `fl_drw_box'
flx_return_button.c:(.text+0x1ff): undefined reference to `fl_drw_box'
*** [xfpovray] Error code 1

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2014-08-20 12:24:23 +00:00
parent 117bef4547
commit 5270b64b91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2014Q3/; revision=365446

View File

@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical interface to POV-Ray
BROKEN= Fails to link
LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta