summaryrefslogtreecommitdiff
path: root/lang/gawk
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-07-13 15:21:57 +0000
committerjschauma <jschauma>2005-07-13 15:21:57 +0000
commit089bca9d03ed1444ec0de10951e856faf99a8352 (patch)
treec675ba0d17358cfb407cf63719ddfabfcb1b9a89 /lang/gawk
parent832cd985c3b96c344f7a3f54cf8ed03228736a20 (diff)
downloadpkgsrc-089bca9d03ed1444ec0de10951e856faf99a8352.tar.gz
Add -lgen to IRIX's LDFLAGS
Diffstat (limited to 'lang/gawk')
-rw-r--r--lang/gawk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 1aadffe1146..820d1df1a8e 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/05/31 10:01:37 dillo Exp $
+# $NetBSD: Makefile,v 1.30 2005/07/13 15:21:57 jschauma Exp $
#
DISTNAME= gawk-3.1.4
@@ -24,6 +24,8 @@ INFO_FILES= gawk.info gawkinet.info
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+LDFLAGS.IRIX+= -lgen
+
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.gawk