openbsd-ports/x11/gdesklets/patches/patch-Makefile_am
2011-04-20 15:25:47 +00:00

20 lines
690 B
Plaintext

$OpenBSD: patch-Makefile_am,v 1.1 2011/04/20 15:25:47 ajacoutot Exp $
http://mail.gnome.org/archives/gdesklets-list/2011-February/msg00001.html
(should be fixed next release -- patch from Gentoo)
--- Makefile.am.orig Sun Jan 23 20:55:44 2011
+++ Makefile.am Wed Apr 20 16:33:01 2011
@@ -11,7 +11,11 @@ desktopdir = $(datadir)/applications
autostartdir = $(sysconfdir)/xdg/autostart
sharedmimepackagedir = $(datadir)/mime/packages
mimeicondir = $(datadir)/icons/gnome/48x48/mimetypes
+pixmapdir = $(datadir)/pixmaps
basicdeskletsdir = ${installdir}
+
+# initialize this so we can add to it later
+nobase_dist_install_DATA =
include Makefile_gdesklets.am
include Makefile_python.am