diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 03:53:56 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 03:53:56 +0800 |
commit | 9cb041f482556c75f90abd698ae70997c3924b4a (patch) | |
tree | 16c0582db9ecc28c20106b4e9b4c1ccee1c5a77f /misc/gnome-icon-theme/files | |
parent | bcd692ecf4bd552c03691af59a7adf918919d97d (diff) | |
download | marcuscom-ports-9cb041f482556c75f90abd698ae70997c3924b4a.tar.gz marcuscom-ports-9cb041f482556c75f90abd698ae70997c3924b4a.tar.zst marcuscom-ports-9cb041f482556c75f90abd698ae70997c3924b4a.zip |
Add gnome-icon-theme at 2.11.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4156 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme/files')
-rw-r--r-- | misc/gnome-icon-theme/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/gnome-icon-theme/files/patch-Makefile.in b/misc/gnome-icon-theme/files/patch-Makefile.in new file mode 100644 index 000000000..0868017d9 --- /dev/null +++ b/misc/gnome-icon-theme/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Jan 13 16:03:30 2004 ++++ Makefile.in Tue Jan 13 16:03:57 2004 +@@ -119,6 +119,8 @@ + hicolor_dirs = \ + $(datadir)/pixmaps \ + $(datadir)/icons \ ++ %%X11BASE%%/share/icons \ ++ %%X11BASE%%/share/pixmaps \ + /usr/share/icons \ + /usr/share/pixmaps + |