diff options
author | lme <lme@FreeBSD.org> | 2013-05-14 03:20:39 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2013-05-14 03:20:39 +0800 |
commit | 82fe8e045b31c76ef9331fa3812a94ea52eac573 (patch) | |
tree | b2decc1b59a0f9848d31f323e27c16c8fcd9be83 /astro | |
parent | d0972ad898849f076a1a63abf42422d9ff915b9b (diff) | |
download | freebsd-ports-gnome-82fe8e045b31c76ef9331fa3812a94ea52eac573.tar.gz freebsd-ports-gnome-82fe8e045b31c76ef9331fa3812a94ea52eac573.tar.zst freebsd-ports-gnome-82fe8e045b31c76ef9331fa3812a94ea52eac573.zip |
Remove unnecessary conditional.
Suggested by: danfe
Approved by: maintainer
Diffstat (limited to 'astro')
-rw-r--r-- | astro/swe/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/astro/swe/Makefile b/astro/swe/Makefile index 0b05092d2350..222f3cda9b2c 100644 --- a/astro/swe/Makefile +++ b/astro/swe/Makefile @@ -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 |