1
0
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:
Andreas Schulz 1995-03-30 17:03:48 +00:00
parent 74077c4c32
commit 98809741d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1250
2 changed files with 3 additions and 3 deletions

View File

@ -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 );

View File

@ -24,7 +24,7 @@ CPP = cpp
# X library
XLIB = -lX11
XLIB = -L/usr/X11R6/lib -lX11
XLIBCFLAGS =
PICFLAGS = -fpic -DPIC