summaryrefslogtreecommitdiff
path: root/emulators/xcpc
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
committerjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
commita77729245b392c9b6613bcb6e910961a45adb77a (patch)
tree2205f0fbf69293361282d6743184c6be82a92e37 /emulators/xcpc
parentbc7be69155f5a762584a114cc42cf44ab2f2d461 (diff)
downloadpkgsrc-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 'emulators/xcpc')
-rw-r--r--emulators/xcpc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile
index 5229206b4ae..9eac0edc5dc 100644
--- a/emulators/xcpc/Makefile
+++ b/emulators/xcpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/07/29 16:29:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2022/08/09 12:08:31 jperkin Exp $
DISTNAME= xcpc-20070122
PKGREVISION= 1
@@ -16,8 +16,6 @@ USE_TOOLS+= automake pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-LIBS.SunOS+= -lintl
-
pre-configure:
set -e; cd ${WRKSRC}; \
libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf