Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 696285 Details for
Bug 775881
media-libs/freetype-2.10.4[X,utils] slibtool: error: output file prefix does not match its (archive) suffix; the expected prefix was 'lib' when using slibtool
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
https://gitlab.freedesktop.org/freetype/freetype-demos/-/merge_requests/3
freetype-demos-install.patch (text/plain), 1.34 KB, created by
orbea
on 2021-03-30 18:29:58 UTC
(
hide
)
Description:
https://gitlab.freedesktop.org/freetype/freetype-demos/-/merge_requests/3
Filename:
MIME Type:
Creator:
orbea
Created:
2021-03-30 18:29:58 UTC
Size:
1.34 KB
patch
obsolete
>From 2b9bb64034cc5db702d0e29624337a4985d1ed9b Mon Sep 17 00:00:00 2001 >From: orbea <orbea@riseup.net> >Date: Wed, 24 Mar 2021 09:04:41 -0700 >Subject: [PATCH] build: Add an install target. > >--- > Makefile | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) > >diff --git a/Makefile b/Makefile >index 949402f..b103daf 100644 >--- a/Makefile >+++ b/Makefile >@@ -194,7 +194,7 @@ else > $(LINK_LIBS) $(subst /,$(COMPILER_SEP),$(GRAPH_LIB)) \ > $(GRAPH_LINK) $(MATH) > >- .PHONY: exes clean distclean >+ .PHONY: exes clean distclean install > > > ################################################################### >@@ -317,6 +317,10 @@ else > # EXES += fttimer > # EXES += testname > >+ # The existing man pages for the programs which were compiled. >+ # >+ MANPAGES := $(foreach man,$(EXES),$(wildcard $(TOP_DIR_2)/man/$(man).1)) >+ > exes: $(EXES:%=$(BIN_DIR_2)/%$E) > > >@@ -567,6 +571,14 @@ else > $(GRAPH_LIB) $(COMMON_OBJ) $(FTCOMMON_OBJ) > $(LINK_NEW) > >+ ifeq ($(PLATFORM),unix) >+ install: exes >+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 >+ $(foreach bin,$(EXES), $(LIBTOOL) --mode=install $(INSTALL) \ >+ $(BIN_DIR_2)/$(bin) $(DESTDIR)$(bindir)/$(bin);) >+ $(foreach man,$(MANPAGES), $(INSTALL) $(man) \ >+ $(DESTDIR)$(mandir)/man1/$(notdir $(man));) >+ endif > endif > > >-- >GitLab >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 775881
:
691248
|
693138
|
693141
|
693318
|
693348
|
694404
| 696285