1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

We need to pull in pthreads.

Reviewed by:	jdp@freebsd.org
This commit is contained in:
Matt Jacob 2001-06-09 21:48:57 +00:00
parent e1f5c8ce8e
commit 68ef5dd0d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43727

View File

@ -38,7 +38,7 @@ $FreeBSD$
$(CC) -o $(EXECNAME) $(Obj) $(LDFLAGS) \
- -lMesaaux -lMesatk -lMesaGLU -lMesaGL \
- -lXext -lX11 -lm
+ -laux -lGLU -lGL -lXext -lX11 -lm
+ -laux -lGLU -lGL -lXext -lX11 -lm -pthread
@echo "****** Done ******"
linux: $(Obj)