diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-08-09 12:08:27 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-08-09 12:08:27 +0000 |
commit | a77729245b392c9b6613bcb6e910961a45adb77a (patch) | |
tree | 2205f0fbf69293361282d6743184c6be82a92e37 /multimedia/totem-pl-parser | |
parent | bc7be69155f5a762584a114cc42cf44ab2f2d461 (diff) | |
download | pkgsrc-a77729245b392c9b6613bcb6e910961a45adb77a.tar.gz |
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
Diffstat (limited to 'multimedia/totem-pl-parser')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 58d50b4b631..833e5619788 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2022/07/29 16:29:09 jperkin Exp $ +# $NetBSD: Makefile,v 1.83 2022/08/09 12:08:34 jperkin Exp $ DISTNAME= totem-pl-parser-3.26.5 PKGREVISION= 4 @@ -19,8 +19,6 @@ MESON_ARGS+= -Denable-quvi=no # https://gitlab.gnome.org/GNOME/json-glib/issues/35 MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/plparse -LIBS.SunOS+= -lintl - PYTHON_FOR_BUILD_ONLY= tool PKGCONFIG_OVERRIDE+= totem-plparser-mini.pc.in |