summaryrefslogtreecommitdiff
path: root/emulators/xcpc
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
committerjperkin <jperkin@pkgsrc.org>2022-07-29 16:29:08 +0000
commitf90b81cc1250169ce650699ed5423548a8c71681 (patch)
tree0f567c9d177b3458f056d0f7fd3ceb470dd2b1eb /emulators/xcpc
parent110f1b47fd455f2b581aa9a14bafac66f9e814eb (diff)
downloadpkgsrc-f90b81cc1250169ce650699ed5423548a8c71681.tar.gz
*: Explicitly pass -lintl on SunOS where required.
Recent libtool update appears to have exposed more of these.
Diffstat (limited to 'emulators/xcpc')
-rw-r--r--emulators/xcpc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile
index dd45809a7fb..5229206b4ae 100644
--- a/emulators/xcpc/Makefile
+++ b/emulators/xcpc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/12/08 16:04:20 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/29 16:29:09 jperkin Exp $
DISTNAME= xcpc-20070122
PKGREVISION= 1
@@ -16,6 +16,8 @@ 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