diff options
Diffstat (limited to 'audio/albumplayer/patches/patch-ab')
-rw-r--r-- | audio/albumplayer/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/albumplayer/patches/patch-ab b/audio/albumplayer/patches/patch-ab new file mode 100644 index 00000000000..b2601296836 --- /dev/null +++ b/audio/albumplayer/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2009/07/27 13:40:28 drochner Exp $ + +--- Makefile.in.orig 2009-07-18 10:29:57.000000000 +0200 ++++ Makefile.in +@@ -820,7 +820,7 @@ albumplayer.desktop: albumplayer.desktop + sed 's,@AP_EXEC@,@bindir@,' < albumplayer.desktop.in > albumplayer.desktop + + install-data-local: albumplayer.desktop +- install -m 644 albumplayer.desktop -D $(DESTDIR)/$(datadir)/applications/albumplayer.desktop ++ install -m 644 albumplayer.desktop $(DESTDIR)/$(datadir)/applications/albumplayer.desktop + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |