diff options
author | Torsten Veller <tove@gentoo.org> | 2009-06-01 18:26:04 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-06-01 18:26:04 +0000 |
commit | 3c9bef8e578515afc1476107f9d1106e6b332fec (patch) | |
tree | 4d7c49111170d0104b3ff8389c8f0f86a485d23d /dev-perl/Tk-CursorControl/files/0.4-demo.patch | |
parent | Remove old with repoman issues. (diff) | |
download | historical-3c9bef8e578515afc1476107f9d1106e6b332fec.tar.gz historical-3c9bef8e578515afc1476107f9d1106e6b332fec.tar.bz2 historical-3c9bef8e578515afc1476107f9d1106e6b332fec.zip |
Fix bug #272083
Package-Manager: portage-2.2_rc33/cvs/Linux i686
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' => { |