diff options
Diffstat (limited to 'x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch')
| -rw-r--r-- | x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch b/x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch new file mode 100644 index 0000000..0c74d96 --- /dev/null +++ b/x11-libs/gtk+/files/gtk+-2.24.33-respect-NM.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | https://bugs.gentoo.org/725852 | ||
| 2 | --- a/configure.ac | ||
| 3 | +++ b/configure.ac | ||
| 4 | @@ -190,7 +190,7 @@ m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) | ||
| 5 | AC_SYS_LARGEFILE | ||
| 6 | |||
| 7 | AM_PROG_AS | ||
| 8 | -AC_PATH_TOOL(NM, nm, nm) | ||
| 9 | +AC_CHECK_TOOL(NM, nm, nm) | ||
| 10 | |||
| 11 | dnl Initialize maintainer mode | ||
| 12 | AM_MAINTAINER_MODE([enable]) | ||
