mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Respect X11BASE
Approved by: portmgr (linimon)
This commit is contained in:
parent
d2ef08da28
commit
13c95dc4d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179246
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
-INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/include/X11 $(NX_INC)
|
||||
+INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/local/include -I/usr/X11R6/include/X11 $(NX_INC)
|
||||
+INCLUDES = -I../include -I. $(ZLIB_INC) $(JPEG_INC) -I/usr/local/include -I$(X11BASE)/include/X11 $(NX_INC)
|
||||
VNCAUTH_LIB = ./libvncauth.a
|
||||
ZLIB_LIB = -L/usr/local/lib -lz
|
||||
JPEG_LIB = -L/usr/local/lib -ljpeg
|
||||
|
|
Loading…
Add table
Reference in a new issue