diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-07-21 21:18:30 +0200 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-09 18:00:40 +0300 |
| commit | 0c91f5bbf5a410763d674b51e89ea004e857b9eb (patch) | |
| tree | f901f13ad2eb5c051ffe5d59981705edd8fd7d52 /app-text/opensp/files | |
| parent | b5682ef616a4afc9d91f628ed13cd000a5ae17fd (diff) | |
| download | gentoo-0c91f5bbf5a410763d674b51e89ea004e857b9eb.tar.gz gentoo-0c91f5bbf5a410763d674b51e89ea004e857b9eb.tar.bz2 gentoo-0c91f5bbf5a410763d674b51e89ea004e857b9eb.zip | |
app-text/opensp: Use @AR@ in intl/Makefile.in
Otherwise it uses an hardcoded `ar` which isn't available with USE="-native-symlinks".
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/37659
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text/opensp/files')
| -rw-r--r-- | app-text/opensp/files/opensp-1.5.2-fix-ar-intl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/opensp/files/opensp-1.5.2-fix-ar-intl.patch b/app-text/opensp/files/opensp-1.5.2-fix-ar-intl.patch new file mode 100644 index 000000000000..e6c824b0695f --- /dev/null +++ b/app-text/opensp/files/opensp-1.5.2-fix-ar-intl.patch @@ -0,0 +1,12 @@ +diff --git a/intl/Makefile.in b/intl/Makefile.in +--- a/intl/Makefile.in ++++ b/intl/Makefile.in +@@ -44,7 +44,7 @@ mkinstalldirs = $(SHELL) $(MKINSTALLDIRS) + + l = @INTL_LIBTOOL_SUFFIX_PREFIX@ + +-AR = ar ++AR = @AR@ + CC = @CC@ + LIBTOOL = @LIBTOOL@ + RANLIB = @RANLIB@ |
