summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 35fc1839a30..69250e0e6f4 100644
--- a/sysutils/gtk-send-pr/Makefile
+++ b/sysutils/gtk-send-pr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/01/20 06:54:05 obache Exp $
+# $NetBSD: Makefile,v 1.28 2008/01/21 12:47:19 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
+CPPFLAGS.IRIX+= -Dstrsep=strpbrk
LDFLAGS.IRIX+= -lgen
.include "../../mail/libesmtp/buildlink3.mk"