summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-23 00:23:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-23 00:23:23 +0200
commit751e74cd39901a3f71efadaaa201e51ea50eb775 (patch)
tree3ee955bb8bf69efc36acf38671fe604991a46c95 /media-libs/nas
parentmedia-libs/nas: EAPI-7, https, drop unused eutils,multilib (diff)
downloadgentoo-751e74cd39901a3f71efadaaa201e51ea50eb775.tar.gz
gentoo-751e74cd39901a3f71efadaaa201e51ea50eb775.tar.bz2
gentoo-751e74cd39901a3f71efadaaa201e51ea50eb775.zip
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
Diffstat (limited to 'media-libs/nas')
-rw-r--r--media-libs/nas/files/nas-1.9.4-libfl.patch12
-rw-r--r--media-libs/nas/nas-1.9.4-r2.ebuild1
2 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/nas/files/nas-1.9.4-libfl.patch b/media-libs/nas/files/nas-1.9.4-libfl.patch
new file mode 100644
index 000000000000..cea30f46ba69
--- /dev/null
+++ b/media-libs/nas/files/nas-1.9.4-libfl.patch
@@ -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
diff --git a/media-libs/nas/nas-1.9.4-r2.ebuild b/media-libs/nas/nas-1.9.4-r2.ebuild
index 909424ef8e28..0d4e1ea41364 100644
--- a/media-libs/nas/nas-1.9.4-r2.ebuild
+++ b/media-libs/nas/nas-1.9.4-r2.ebuild
@@ -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() {