diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-05 11:14:48 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-05 11:14:48 +0800 |
commit | 6309030b70b4694e7ac6d97710214d0953c58849 (patch) | |
tree | 9a65627d31fed614414e2e82146e51636c446ac1 /misc | |
parent | 1709e979938b20a74c25412059b770b9f26e23ec (diff) | |
download | freebsd-ports-gnome-6309030b70b4694e7ac6d97710214d0953c58849.tar.gz freebsd-ports-gnome-6309030b70b4694e7ac6d97710214d0953c58849.tar.zst freebsd-ports-gnome-6309030b70b4694e7ac6d97710214d0953c58849.zip |
Add a patch forgotten by the merge script.
Diffstat (limited to 'misc')
-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 000000000000..0868017d98ba --- /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 + |