At least this will be needed to lead to a working build on x86_64. X

headers are in /usr/X11R6/lib64 there.
This commit is contained in:
Michael Schwendt 2005-02-13 09:17:45 +00:00
parent 43d734f71c
commit 3937c8a8c2
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ extension, or with open-source Mesa.
cat > Makefile.config <<EOF
CAMLC = ocamlc.opt
CAMLOPT = ocamlopt.opt
BINDIR = /usr/bin
XINCLUDES = -I/usr/X11R6/include
XLIBS = -L/usr/X11R6/lib -lXext -lXmu -lX11
TKINCLUDES = -I/usr/include
BINDIR = %{_bindir}
XINCLUDES = -I%{_prefix}/X11R6/include
XLIBS = -L%{_prefix}/X11R6/%{_lib} -lXext -lXmu -lX11
TKINCLUDES = -I%{_includedir}
GLINCLUDES =
GLLIBS = -lGL -lGLU
GLUTLIBS = -lglut -lXxf86vm