summaryrefslogtreecommitdiff
path: root/fonts/font-util
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-20 22:33:18 +0000
committertnn <tnn@pkgsrc.org>2008-02-20 22:33:18 +0000
commit52daf075cf6a93cb61d34ea3856e9784c83222f6 (patch)
tree82bd691f8e3278f77ecf3a1a17d38c18f15b9db7 /fonts/font-util
parentad97aedaeeebc8af0bf515c6f619ec2250db232d (diff)
downloadpkgsrc-52daf075cf6a93cb61d34ea3856e9784c83222f6.tar.gz
Needs -lgen on IRIX to get basename(3)
Diffstat (limited to 'fonts/font-util')
-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}