diff options
author | grant <grant@pkgsrc.org> | 2005-08-21 12:39:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-21 12:39:36 +0000 |
commit | 82277450164dd41b55896c928125c5fda0a4036f (patch) | |
tree | ba43afe84cd2ea893ff325a62632aa9fe78557bd /sysutils | |
parent | 38130a4ab9385ade63618cf8e19441680631aeee (diff) | |
download | pkgsrc-82277450164dd41b55896c928125c5fda0a4036f.tar.gz |
define strsep=strpbrk on Solaris.
fixes part of PR pkg/30584.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gtk-send-pr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gtk-send-pr/Makefile b/sysutils/gtk-send-pr/Makefile index badabff29b3..71eb637670e 100644 --- a/sysutils/gtk-send-pr/Makefile +++ b/sysutils/gtk-send-pr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/08/10 20:56:24 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/08/21 12:39:36 grant Exp $ # DISTNAME= gtk-send-pr-0.4.5 @@ -12,6 +12,8 @@ COMMENT= GTK+ based problem report tool USE_TOOLS+= pkg-config +CPPFLAGS.SunOS+= -Dstrsep=strpbrk + .include "../../mail/libesmtp/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |