summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authortnn <tnn>2008-02-20 22:33:18 +0000
committertnn <tnn>2008-02-20 22:33:18 +0000
commit8e683b32a2b4ed2e5066416d896a123c591c66b4 (patch)
tree82bd691f8e3278f77ecf3a1a17d38c18f15b9db7 /fonts
parent9b629136b43c30365891fd7bf35f55a4f357ebf6 (diff)
downloadpkgsrc-8e683b32a2b4ed2e5066416d896a123c591c66b4.tar.gz
Needs -lgen on IRIX to get basename(3)
Diffstat (limited to 'fonts')
-rw-r--r--fonts/font-util/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/font-util/Makefile b/fonts/font-util/Makefile
index 166d054d738..1ad97df916e 100644
--- a/fonts/font-util/Makefile
+++ b/fonts/font-util/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/08/05 19:20:19 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/02/20 22:33:18 tnn Exp $
#
DISTNAME= font-util-1.0.1
@@ -17,6 +17,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+LDFLAGS.IRIX+= -lgen # for basename(3)
+
post-extract:
${CP} ${FILESDIR}/bdftruncate.c ${WRKSRC}