mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-22 16:29:05 -07:00
media-libs/nas: link against libfl
Thanks-to: Mihai Moldovan <ionic@ionic.de> Closes: https://bugs.gentoo.org/612270 Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
12
media-libs/nas/files/nas-1.9.4-libfl.patch
Normal file
12
media-libs/nas/files/nas-1.9.4-libfl.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -pur nas-1.9.4-orig/server/Imakefile nas-1.9.4/server/Imakefile
|
||||
--- a/server/Imakefile 2013-04-27 02:41:06.000000000 +0200
|
||||
+++ b/server/Imakefile 2017-03-14 18:58:27.445311356 +0100
|
||||
@@ -57,7 +57,7 @@ XCOMM $NCDId: @(#)Imakefile,v 1.17 1995/
|
||||
|
||||
# endif
|
||||
#else
|
||||
- SYSLIBS =
|
||||
+ SYSLIBS = $(LEXLIB)
|
||||
#endif
|
||||
|
||||
#ifdef NetBSDArchitecture
|
||||
@@ -37,6 +37,7 @@ DOCS=( BUILDNOTES FAQ HISTORY README RELEASE TODO )
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.9.2-asneeded.patch
|
||||
"${FILESDIR}"/${PN}-1.9.4-remove-abs-fabs.patch
|
||||
"${FILESDIR}"/${PN}-1.9.4-libfl.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user