pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gtk-send-pr IRIX also need CPPFLAGS as with S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c5ae4dd430a
branches:  trunk
changeset: 537926:6c5ae4dd430a
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jan 21 12:47:19 2008 +0000

description:
IRIX also need CPPFLAGS as with Solaris.  Noted in PR 37681.

diffstat:

 sysutils/gtk-send-pr/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d0acee1758eb -r 6c5ae4dd430a sysutils/gtk-send-pr/Makefile
--- a/sysutils/gtk-send-pr/Makefile     Mon Jan 21 12:37:46 2008 +0000
+++ b/sysutils/gtk-send-pr/Makefile     Mon Jan 21 12:47:19 2008 +0000
@@ -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 @@
 USE_TOOLS+=            pkg-config
 
 CPPFLAGS.SunOS+=       -Dstrsep=strpbrk
+CPPFLAGS.IRIX+=                -Dstrsep=strpbrk
 LDFLAGS.IRIX+=         -lgen
 
 .include "../../mail/libesmtp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index