summaryrefslogtreecommitdiff
path: root/x11/py-qt3-sip
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
commit840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /x11/py-qt3-sip
parent6ec0551db2bce57c311ad995aa1d22786cfe926d (diff)
downloadpkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'x11/py-qt3-sip')
-rw-r--r--x11/py-qt3-sip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile
index 29fcda6317f..b7cdebca1dd 100644
--- a/x11/py-qt3-sip/Makefile
+++ b/x11/py-qt3-sip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/01/19 18:04:03 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2007/02/22 19:27:27 wiz Exp $
#
DISTNAME= sip-4.3.2
@@ -40,7 +40,7 @@ CONFIGURE_ARGS+= CFLAGS_SHLIB=-fPIC
CONFIGURE_ARGS+= CXXFLAGS_SHLIB=-fPIC
.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc*)
# gcc3 uses -mimpure-text to not pass -assert pure-text to the linker
-CONFIGURE_ARGS+= LFLAGS_SHLIB="-shared -mimpure-text"
+CONFIGURE_ARGS+= LFLAGS_SHLIB="-shared -mimpure-text"
.else
CONFIGURE_ARGS+= LFLAGS_SHLIB="-shared"
.endif