summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-01-21 12:47:19 +0000
committerobache <obache@pkgsrc.org>2008-01-21 12:47:19 +0000
commit2f0f4872d674e4c86cfbb8cc10795e7c91d8544e (patch)
treee659db5e1d9dbd26130640566b47057931495225 /sysutils
parent44711aada0056ded2c637f056d380b938fa0bd6a (diff)
downloadpkgsrc-2f0f4872d674e4c86cfbb8cc10795e7c91d8544e.tar.gz
IRIX also need CPPFLAGS as with Solaris. Noted 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 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"