summaryrefslogtreecommitdiff
path: root/xcrysden/Make.sys
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-21 11:01:27 +0200
committerErich Eckner <git@eckner.net>2020-04-21 11:02:07 +0200
commiteedf3f0288fd4f1c62c9e9fb7574d321e57f6ef5 (patch)
tree7432b29abf072266aa54af01379c7f41536a3fea /xcrysden/Make.sys
parent068a2a43895dcbca5e670cd3bc1e25a00f31513a (diff)
downloadarchlinuxewe.git.save-eedf3f0288fd4f1c62c9e9fb7574d321e57f6ef5.tar.xz
xcrysden: :1.5.60-4 -> :1.6.2-1
Diffstat (limited to 'xcrysden/Make.sys')
-rw-r--r--xcrysden/Make.sys8
1 files changed, 5 insertions, 3 deletions
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