From eedf3f0288fd4f1c62c9e9fb7574d321e57f6ef5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 21 Apr 2020 11:01:27 +0200 Subject: xcrysden: :1.5.60-4 -> :1.6.2-1 --- xcrysden/Make.sys | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xcrysden/Make.sys') diff --git a/xcrysden/Make.sys b/xcrysden/Make.sys index fd635ed0..eb587631 100644 --- a/xcrysden/Make.sys +++ b/xcrysden/Make.sys @@ -1,7 +1,7 @@ ######################################################################### # # System-dependent definitions suitable for compiling xcrysden using -# a system shared libraries (needs Tcl/Tk/GL/GLU/FFTW libraries) +# a system shared libraries (needs Tcl/Tk/Togl/GL/GLU/FFTW libraries) # ######################################################################## @@ -21,7 +21,7 @@ CC = gcc -g #LDLIB = -ldl MATH = -lm -lc -FFLAGS = +FFLAGS = FC = gfortran -std=legacy -fdefault-double-8 -fdefault-real-8 -O2 #------------------------------------------- @@ -43,6 +43,7 @@ X_INCDIR = TCL_LIB = -ltcl TK_LIB = -ltk +TOGL_LIB = -L/usr/lib/Togl2.0 -lTogl$(TOGL_VER) -Wl,-rpath=/usr/lib/Togl2.0 GLU_LIB = -lGLU GL_LIB = -lGL FFTW3_LIB = -lfftw3 @@ -54,8 +55,9 @@ EXT_LIB = -lgl2ps # Include directories # -TCL_INCDIR = -I/usr/include +TCL_INCDIR = TK_INCDIR = +TOGL_INCDIR = GL_INCDIR = FFTW3_INCDIR = # this is only used for some testing purposes -- cgit v1.2.3-54-g00ecf