diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /x11/py-qt3-sip | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-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/Makefile | 4 |
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 |