aboutsummaryrefslogtreecommitdiff
path: root/graphics/ayam/files
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-10-31 15:12:28 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-10-31 15:12:28 +0000
commit65371ea2fcb17a73e48c6e08dbbe45fc33800d1a (patch)
tree0d6ab8eae2cc35f7f1a3fe593d595e2a33856a83 /graphics/ayam/files
parent03b37cd0877d740aa5b15e8f0e3b7578b59a7558 (diff)
downloadports-65371ea2fcb17a73e48c6e08dbbe45fc33800d1a.tar.gz
ports-65371ea2fcb17a73e48c6e08dbbe45fc33800d1a.zip
Notes
Diffstat (limited to 'graphics/ayam/files')
-rw-r--r--graphics/ayam/files/patch-Makefile.shared4
-rw-r--r--graphics/ayam/files/patch-scn-shaders_Makefile18
2 files changed, 20 insertions, 2 deletions
diff --git a/graphics/ayam/files/patch-Makefile.shared b/graphics/ayam/files/patch-Makefile.shared
index d8accf05df27..b3142d2bf05a 100644
--- a/graphics/ayam/files/patch-Makefile.shared
+++ b/graphics/ayam/files/patch-Makefile.shared
@@ -96,7 +96,7 @@
-TCLLIB = -L$(TCLDIR)/unix -ltcl8.2
+#TCLLIB = -L$(TCLDIR)/unix -ltcl9.2
#TCLLIB = -L$(TCLDIR)/unix -ltcl8.0
-+TCLLIB = -L%%TCL_LIBDIR%% -ltcl%%USE_TCL%%
++TCLLIB = -L%%TCL_LIBDIR%% -ltcl%%TCL_SHLIB_VER%%
# if you have an installed Tcl/Tk, you probably just want:
#TCLLIB = -ltcl
# MacOSX (Aqua):
@@ -116,7 +116,7 @@
-TKLIB = -L$(TKDIR)/unix -ltk8.2
+#TKLIB = -L$(TKDIR)/unix -ltk8.2
#TKLIB = -L$(TKDIR)/unix -ltk8.0
-+TKLIB = -L%%TK_LIBDIR%% -ltk%%USE_TK%%
++TKLIB = -L%%TK_LIBDIR%% -ltk%%TK_SHLIB_VER%%
# if you have an installed Tcl/Tk, you probably just want:
#TKLIB = -ltk
# MacOSX (Aqua):
diff --git a/graphics/ayam/files/patch-scn-shaders_Makefile b/graphics/ayam/files/patch-scn-shaders_Makefile
new file mode 100644
index 000000000000..73cd5d0c653f
--- /dev/null
+++ b/graphics/ayam/files/patch-scn-shaders_Makefile
@@ -0,0 +1,18 @@
+--- ../scn/shaders/Makefile.orig 2013-10-31 15:39:27.000000000 +0100
++++ ../scn/shaders/Makefile 2013-10-31 15:39:41.000000000 +0100
+@@ -18,7 +18,7 @@
+
+ # AQSIS
+ AQSHADERS := $(SOURCES:%.sl=%.slx)
+-AQSL = aqsl
++AQSL = %%LOCALBASE%%/bin/aqsl
+ AQSLFLAGS =
+
+ # 3Delight
+@@ -136,4 +136,4 @@
+ rm -f $*.slpp
+
+ .sl.sdr:
+- $(SDRC) $(SDRCFLAGS) $*.sl
+\ No newline at end of file
++ $(SDRC) $(SDRCFLAGS) $*.sl