summaryrefslogtreecommitdiff
path: root/net/arpd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /net/arpd
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/arpd')
-rw-r--r--net/arpd/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arpd/hacks.mk b/net/arpd/hacks.mk
index c16a6dedf98..cafd90dc81f 100644
--- a/net/arpd/hacks.mk
+++ b/net/arpd/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2006/06/30 15:33:39 tron Exp $
+# $NetBSD: hacks.mk,v 1.3 2007/02/22 19:26:52 wiz Exp $
# GCC 4.1.x complains about a NULL argument to memcpy() because it gets
# confused by the definition of the ar_tha() macro under NetBSD.
@@ -7,7 +7,7 @@
.if ${OPSYS} == "NetBSD" && !empty(CC_VERSION:Mgcc-4.1.*)
PKG_HACKS+= gcc41-null-warning
-SUBST_CLASSES+= gcc41
+SUBST_CLASSES+= gcc41
SUBST_STAGE.gcc41= post-configure
SUBST_FILES.gcc41= Makefile
SUBST_SED.gcc41= -e "s/-Wall/-Wall -Wno-nonnull/"