diff options
author | wiz <wiz@pkgsrc.org> | 2012-11-07 11:33:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-11-07 11:33:33 +0000 |
commit | 5fc0eaa31ea87c19278b2dbcdfae3035649cf4e8 (patch) | |
tree | 15158213350f8f94715bfdf943076bd82111208f /emulators/mednafen/patches | |
parent | 1e58d9bfd6cbfc64a5b6c84d4a5e5cbac271843a (diff) | |
download | pkgsrc-5fc0eaa31ea87c19278b2dbcdfae3035649cf4e8.tar.gz |
Patch seems unneeded, remove it.
Please report details if this patch really is needed.
Diffstat (limited to 'emulators/mednafen/patches')
-rw-r--r-- | emulators/mednafen/patches/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emulators/mednafen/patches/patch-aa b/emulators/mednafen/patches/patch-aa deleted file mode 100644 index 35193a5b250..00000000000 --- a/emulators/mednafen/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2012/10/24 22:36:27 wiz Exp $ - -https://sourceforge.net/tracker/?func=detail&aid=3579878&group_id=150840&atid=779049 - ---- po/Makefile.in.in.orig 2008-06-09 15:07:36.000000000 +0000 -+++ po/Makefile.in.in -@@ -39,7 +39,7 @@ INSTALL_DATA = @INSTALL_DATA@ - # In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined - # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake - # versions, $(mkinstalldirs) and $(install_sh) are unused. --mkinstalldirs = $(SHELL) @install_sh@ -d -+mkinstalldirs = @install_sh@ -d - install_sh = $(SHELL) @install_sh@ - MKDIR_P = @MKDIR_P@ - mkdir_p = @mkdir_p@ |