diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 22:55:26 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 22:55:26 +0000 |
commit | ef6828e67948502ed72465752307be5966ffc90d (patch) | |
tree | 5fddbb4b3aaaaa96b81cd41b83336f62fb46ce1c /graphics/ayam/files/patch-plugins_ayslx.c | |
parent | Qt4 deprecation: (diff) |
Qt4 deprecation:
graphics/ayam: Has expired: Qt4 has been EOL since december 2015
Approved by: portmgr (implicit)
Diffstat (limited to 'graphics/ayam/files/patch-plugins_ayslx.c')
-rw-r--r-- | graphics/ayam/files/patch-plugins_ayslx.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/ayam/files/patch-plugins_ayslx.c b/graphics/ayam/files/patch-plugins_ayslx.c deleted file mode 100644 index 1cf728835073..000000000000 --- a/graphics/ayam/files/patch-plugins_ayslx.c +++ /dev/null @@ -1,22 +0,0 @@ ---- plugins/ayslx.c.orig 2016-01-13 20:09:57 UTC -+++ plugins/ayslx.c -@@ -17,7 +17,7 @@ - #include <string.h> - #include "tcl.h" - #include "errcode.h" --#include "slx.h" -+#include <slx.h> - - - /* prototypes: */ -@@ -319,8 +319,8 @@ Ayslx_Init(Tcl_Interp *interp) - - Tcl_SetVar(interp, vname, vval, TCL_LEAVE_ERR_MSG | TCL_GLOBAL_ONLY); - -- Tcl_CreateCommand(interp, "shaderScan", ayslx_scanslxtcmd, -- (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL); -+ Tcl_CreateCommand(interp, "shaderScan", (Tcl_CmdProc *)ayslx_scanslxtcmd, -+ NULL, NULL); - - ay_error(AY_EOUTPUT, fname, - "Plugin 'ayslx' successfully loaded."); |