diff options
Diffstat (limited to 'dev-perl/Tk-CursorControl/files/0.4-demo.patch')
-rw-r--r-- | dev-perl/Tk-CursorControl/files/0.4-demo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-perl/Tk-CursorControl/files/0.4-demo.patch b/dev-perl/Tk-CursorControl/files/0.4-demo.patch new file mode 100644 index 000000000000..8bb70f86e42a --- /dev/null +++ b/dev-perl/Tk-CursorControl/files/0.4-demo.patch @@ -0,0 +1,12 @@ +Collision with perl-tk -- bug 272083 +--- Tk-CursorControl-0.4/Makefile.PL ++++ Tk-CursorControl-0.4/Makefile.PL +@@ -16,7 +16,7 @@ + 'trans_cur.mask' => '$(INST_LIB)/Tk/trans_cur.mask', + 'demos/cursor.pl' => ($] >= 5.005 + ? '$(INST_ARCHLIB)' +- : '$(INST_LIB)') . '/Tk/demos/widtrib/cursor.pl', ++ : '$(INST_LIB)') . '/Tk/demos/widtrib/cursor_control.pl', + }, + + 'PREREQ_PM' => { |