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 /shells/fish | |
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 'shells/fish')
-rw-r--r-- | shells/fish/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index b686bf310bb..3fb50549d16 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2022/06/30 11:18:48 nia Exp $ +# $NetBSD: Makefile,v 1.36 2022/08/09 12:08:30 jperkin Exp $ DISTNAME= fish-3.4.1 PKGREVISION= 1 @@ -22,8 +22,6 @@ CMAKE_ARGS+= -DBUILD_DOCS=OFF PKG_SHELL= bin/fish -LDFLAGS.SunOS+= -lintl - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" && exists(/usr/include/execinfo.h) |