mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add a -L/usr/X11R6/lib in all the places wheres -lX11 is used. I have
not found a quick way to do that with a environment variable in string constant. So this ports works in the moment only with XFree3.x (X11R6) and not with XFree2.x (X11R5 <-> X386).
This commit is contained in:
parent
74077c4c32
commit
98809741d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1250
@ -36,13 +36,13 @@ DEFCSTRING( t2610, "SC-TO-C.o" );
|
||||
DEFSTATICTSCP( c2455 );
|
||||
DEFCSTRING( t2611, "SC-TO-C.c" );
|
||||
DEFSTATICTSCP( c2454 );
|
||||
DEFCSTRING( t2612, "-lX11" );
|
||||
DEFCSTRING( t2612, "-L/usr/X11R6/lib -lX11" );
|
||||
DEFSTATICTSCP( c2450 );
|
||||
DEFCSTRING( t2613, "-lm" );
|
||||
DEFSTATICTSCP( c2447 );
|
||||
DEFCSTRING( t2614, "-pg" );
|
||||
DEFSTATICTSCP( c2444 );
|
||||
DEFCSTRING( t2615, "-lsc -lscxl -lX11" );
|
||||
DEFCSTRING( t2615, "-L/usr/X11R6/lib -lsc -lscxl -lX11" );
|
||||
DEFSTATICTSCP( c2443 );
|
||||
DEFCSTRING( t2616, "-lsc" );
|
||||
DEFSTATICTSCP( c2440 );
|
||||
|
@ -24,7 +24,7 @@ CPP = cpp
|
||||
|
||||
# X library
|
||||
|
||||
XLIB = -lX11
|
||||
XLIB = -L/usr/X11R6/lib -lX11
|
||||
XLIBCFLAGS =
|
||||
PICFLAGS = -fpic -DPIC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user