summaryrefslogtreecommitdiff
path: root/sysutils/gtk-send-pr
diff options
context:
space:
mode:
authorobache <obache>2008-01-21 12:47:19 +0000
committerobache <obache>2008-01-21 12:47:19 +0000
commit4e801748a81ec69f928136731ef4bea8f6b963d7 (patch)
treee659db5e1d9dbd26130640566b47057931495225 /sysutils/gtk-send-pr
parent9630d3e00c3a348a61ecc482b8d8327981fd6577 (diff)
downloadpkgsrc-4e801748a81ec69f928136731ef4bea8f6b963d7.tar.gz
IRIX also need CPPFLAGS as with Solaris. Noted in PR 37681.
Diffstat (limited to 'sysutils/gtk-send-pr')
-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"