summaryrefslogtreecommitdiff
path: root/mail/sma/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-01-04 15:34:23 +0000
committerwiz <wiz@pkgsrc.org>2005-01-04 15:34:23 +0000
commit4bac6f111d19928c38bc6b8172be8861e3917671 (patch)
tree65cc2935697fc0d7228872012e0be83aa34feedb /mail/sma/patches
parent7369ddae77268609c2b484518048a6f7f284037a (diff)
downloadpkgsrc-4bac6f111d19928c38bc6b8172be8861e3917671.tar.gz
Portability fix from Georg Schwarz in PR 28818;
do not define USE_REGEXP on Irix.
Diffstat (limited to 'mail/sma/patches')
-rw-r--r--mail/sma/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/sma/patches/patch-aa b/mail/sma/patches/patch-aa
new file mode 100644
index 00000000000..875e69099a8
--- /dev/null
+++ b/mail/sma/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/01/04 15:34:23 wiz Exp $
+
+--- Makefile.orig 2002-11-14 18:09:54.000000000 +0100
++++ Makefile
+@@ -7,7 +7,7 @@ MANDIR = /usr/local/man/man8
+
+ CC = gcc
+ # XPG3 regular expressions (GNU/BSD/SVR4)
+-CFLAGS = -Wall -O -DUSE_REGEXP
++#CFLAGS = -Wall -O -DUSE_REGEXP
+ # Others
+ #CFLAGS = -Wall -O
+