1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Link against libGL instead of libMesaGL.

This commit is contained in:
Eric Anholt 2003-11-06 23:30:08 +00:00
parent e4a14e5699
commit 930ed07acc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93270
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= wmanager
PORTVERSION= 0.2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig

View File

@ -27,7 +27,7 @@ $FreeBSD$
-LDDIRS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib
-
+LD = $(CXX)
+LDFLAGS = -lMesaGL -lfltk -lXext -lX11 -lm $(PTHREAD_LIBS)
+LDFLAGS = -lGL -lfltk -lXext -lX11 -lm $(PTHREAD_LIBS)
+LDDIRS = -L$(x11lib)
# install settings