svn commit: r318123 - head/astro/swe

Lars Engels lme at FreeBSD.org
Mon May 13 19:20:40 UTC 2013


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


More information about the svn-ports-all mailing list