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 /comms/gammu | |
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 'comms/gammu')
-rw-r--r-- | comms/gammu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 0c4648bcbee..43ec8921142 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2021/12/08 16:03:34 adam Exp $ +# $NetBSD: Makefile,v 1.48 2022/08/09 12:08:31 jperkin Exp $ # DISTNAME= gammu-1.41.0 @@ -48,8 +48,6 @@ SUBST_MESSAGE.cmakelists= Fixing CMakeLists.txt SUBST_FILES.cmakelists= CMakeLists.txt SUBST_SED.cmakelists= -e 's/LIB_SUFFIX "64"/LIB_SUFFIX ""/' -LDFLAGS.SunOS+= -lintl - .include "../../databases/unixodbc/buildlink3.mk" .include "../../devel/libusb1/buildlink3.mk" .include "../../www/curl/buildlink3.mk" |