Changed the hardocded /usr/X11R6 to ${X11BASE} so that people with older

Xfree releases get a chance. Added into the loaderflags a -L${X11}/lib so
that the X11 libraries can be found.
This commit is contained in:
Andreas Schulz 1995-05-27 11:30:48 +00:00
parent 5d90aae145
commit f6728fb9e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1798
3 changed files with 6 additions and 6 deletions

View File

@ -16,9 +16,9 @@
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr/X11R6
! X11 = ${X11BASE}
CFLAGS= -c -O
! LFLAGS = -O -lXt -lXext -lX11 -o povray
! LFLAGS = -O -L{X11}/lib -lXt -lXext -lX11 -o povray
CC = cc
OBJ = o

View File

@ -16,9 +16,9 @@
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr/X11R6
! X11 = ${X11BASE}
CFLAGS= -c -O
! LFLAGS = -O -lXt -lXext -lX11 -o povray
! LFLAGS = -O -L{X11}/lib -lXt -lXext -lX11 -o povray
CC = cc
OBJ = o

View File

@ -16,9 +16,9 @@
# Added for colorx addition. You _do_ have $X11 defined by your .cshrc,
# don't you?
! X11 = /usr/X11R6
! X11 = ${X11BASE}
CFLAGS= -c -O
! LFLAGS = -O -lXt -lXext -lX11 -o povray
! LFLAGS = -O -L{X11}/lib -lXt -lXext -lX11 -o povray
CC = cc
OBJ = o