pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/SDL indentation fix, drop unneeded parens.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8464c0f13f9
branches:  trunk
changeset: 474746:c8464c0f13f9
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue May 04 21:58:43 2004 +0000

description:
indentation fix, drop unneeded parens.

diffstat:

 devel/SDL/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f3ad3778a597 -r c8464c0f13f9 devel/SDL/Makefile.common
--- a/devel/SDL/Makefile.common Tue May 04 21:58:07 2004 +0000
+++ b/devel/SDL/Makefile.common Tue May 04 21:58:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/05/04 21:58:07 grant Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/05/04 21:58:43 grant Exp $
 #
 
 DISTNAME=      SDL-1.2.7
@@ -57,7 +57,7 @@
 .endif
 
 .include "../../mk/ossaudio.buildlink3.mk"
-.if defined(HAVE_OSS) && (${HAVE_OSS} == "YES")
+.  if defined(HAVE_OSS) && ${HAVE_OSS} == "YES"
 AM_CFLAGS=             -D_PATH_DEV_DSP=\\\"${DEVOSSAUDIO}\\\"
 MAKE_ENV+=             AM_CFLAGS="${AM_CFLAGS}"
 .endif
@@ -66,7 +66,7 @@
 .include "../../graphics/aalib-x11/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 
-.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")
+.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "pth"
 # Let SDL know that we do not have native pthreads and are using GNU pth.
 CONFIGURE_ARGS+=       --disable-pthreads
 CONFIGURE_ARGS+=       --enable-pth



Home | Main Index | Thread Index | Old Index