diff options
author | antoine <antoine@FreeBSD.org> | 2015-09-27 18:23:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-09-27 18:23:34 +0800 |
commit | 93b45176428ebfab8f6330c2dc0343e660cc5ad2 (patch) | |
tree | ee90817b5885711a554683cb72cff59e20397c79 /games/foobillard | |
parent | 28c4cc6890e33c6fbb0e029178574c5da7040155 (diff) | |
download | freebsd-ports-gnome-93b45176428ebfab8f6330c2dc0343e660cc5ad2.tar.gz freebsd-ports-gnome-93b45176428ebfab8f6330c2dc0343e660cc5ad2.tar.zst freebsd-ports-gnome-93b45176428ebfab8f6330c2dc0343e660cc5ad2.zip |
Mark BROKEN: fails to link
cc -Wall `/usr/local/bin/freetype-config --cflags` -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND -O2 -pipe -fstack-protector -fno-strict-aliasing `/usr/local/bin/freetype-config --libs` -lglut -L/usr/local/lib -fstack-protector -o foobillard billard3d.o billmove.o billard.o vmath.o ball.o png_loader.o table.o queue.o aiplayer.o options.o evaluate_move.o helpscreen.o textobj.o font.o sys_stuff.o net_socket.o sound_stuff.o menu.o bumpref.o -lSM -lICE -L/usr/local/lib -lGL -lGLU -lXaw -lm -lXi -lpng -lz
ball.o: In function `draw_balls':
ball.c:(.text+0x4ddc): undefined reference to `glProgramParameter4fNV'
Reported by: pkg-fallout
Diffstat (limited to 'games/foobillard')
-rw-r--r-- | games/foobillard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 474b8ac1ca56..bc596c334766 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://foobillard.sunsite.dk/dnl/ MAINTAINER= thomas@bsdunix.ch COMMENT= Free OpenGL billiards game +BROKEN= fails to link + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 |