mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn't
show up in the makefiles in the deeper directories.
This commit is contained in:
parent
4fa8aeca2a
commit
b38bf2eff2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1237
@ -59,7 +59,7 @@
|
||||
|
||||
! INCDIR=../../../include
|
||||
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
|
||||
! LIBS= $(DORELIB) -L${X11BASE}/lib -lX11 -lm
|
||||
! LIBS= $(DORELIB) -L${PREFIX}/lib -lX11 -lm
|
||||
|
||||
all: render
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user