diff options
author | kefren <kefren@pkgsrc.org> | 2009-01-20 13:46:22 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2009-01-20 13:46:22 +0000 |
commit | d61d2c7931931dd9cf4ee2c492d4ae9da4b5cc1b (patch) | |
tree | ac767b6a355df7de0740c3ff9a3bf8d93d1163ba /www/mono-xsp/patches | |
parent | 523aee667cfd1c70df70751d34c0ea46b534cf40 (diff) | |
download | pkgsrc-d61d2c7931931dd9cf4ee2c492d4ae9da4b5cc1b.tar.gz |
Update to mono 2.2
Diffstat (limited to 'www/mono-xsp/patches')
-rw-r--r-- | www/mono-xsp/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/mono-xsp/patches/patch-aa b/www/mono-xsp/patches/patch-aa new file mode 100644 index 00000000000..f5ffe92bf4f --- /dev/null +++ b/www/mono-xsp/patches/patch-aa @@ -0,0 +1,15 @@ +--- test/2.0/treeview/Makefile.in.orig 2009-01-20 15:33:32.000000000 +0200 ++++ test/2.0/treeview/Makefile.in 2009-01-20 15:34:40.000000000 +0200 +@@ -381,10 +381,12 @@ + $(GMCS) -r:System.Web.dll -t:library -out:$@ $^ + + dist-hook: ++ chmod 644 $(srcdir)/TreeLineImages/*gif + $(mkinstalldirs) $(distdir)/TreeLineImages + cp -p $(srcdir)/TreeLineImages/*gif $(distdir)/TreeLineImages + + install-data-hook: ++ chmod 644 $(srcdir)/TreeLineImages/*gif + $(mkinstalldirs) $(DESTDIR)$(pkglibdir)/test/2.0/treeview/TreeLineImages + cp $(srcdir)/TreeLineImages/*gif $(DESTDIR)$(pkglibdir)/test/2.0/treeview/TreeLineImages + |