summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2008-01-20 06:54:05 +0000
committerobache <obache>2008-01-20 06:54:05 +0000
commit493367bae8120bff229e067e4f9e9012f5d7a0ee (patch)
tree35e45e728fd41faf09985898da1b2f8ec356ecf8 /sysutils
parentaec3fddd1d98bafa2468a7f878a16146b1ac4b99 (diff)
downloadpkgsrc-493367bae8120bff229e067e4f9e9012f5d7a0ee.tar.gz
IRIX require -lgen for 'basename()', reported in PR 37681.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gtk-send-pr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gtk-send-pr/Makefile b/sysutils/gtk-send-pr/Makefile
index 3bf8f5d0c36..35fc1839a30 100644
--- a/sysutils/gtk-send-pr/Makefile
+++ b/sysutils/gtk-send-pr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/01/18 05:09:43 tnn Exp $
+# $NetBSD: Makefile,v 1.27 2008/01/20 06:54:05 obache Exp $
#
DISTNAME= gtk-send-pr-0.4.9
@@ -14,6 +14,7 @@ COMMENT= GTK+ based problem report tool
USE_TOOLS+= pkg-config
CPPFLAGS.SunOS+= -Dstrsep=strpbrk
+LDFLAGS.IRIX+= -lgen
.include "../../mail/libesmtp/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"