Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 19:20:39 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318123 - head/astro/swe
Message-ID:  <201305131920.r4DJKdPS052040@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Mon May 13 19:20:39 2013
New Revision: 318123
URL: http://svnweb.freebsd.org/changeset/ports/318123

Log:
  Remove unnecessary conditional.
  
  Suggested by:	danfe
  Approved by:	maintainer

Modified:
  head/astro/swe/Makefile

Modified: head/astro/swe/Makefile
==============================================================================
--- head/astro/swe/Makefile	Mon May 13 18:20:14 2013	(r318122)
+++ head/astro/swe/Makefile	Mon May 13 19:20:39 2013	(r318123)
@@ -24,10 +24,6 @@ post-patch:
 		-e 's|CFLAGS =|CFLAGS ?=|' \
 		${WRKSRC}/Makefile
 
-.if ${OSVERSION} >= 100000
-	@${REINPLACE_CMD} -e 's|-O9|-O3|' ${WRKSRC}/Makefile
-.endif
-
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libswe.a ${LOCALBASE}/lib
 	${MKDIR} ${LOCALBASE}/include/swe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131920.r4DJKdPS052040>