1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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-09 08:56:48 +00:00
parent e7ba3ac7b9
commit a4399f4f03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364411

View File

@ -12,6 +12,8 @@ MASTER_SITE_SUBDIR= apps/graphics/rays/pov
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