diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
commit | fa9509791fb3ad63885e207da5c039b25eeef942 (patch) | |
tree | 583269ded864355a8d5031d218db57c2bc88511d /multimedia/mp4v2 | |
parent | Remove always-false/true conditions based on OSVERSION 500000 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/mp4v2')
-rw-r--r-- | multimedia/mp4v2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index ac50a578aea9..41881b13e253 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -23,12 +23,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -CFLAGS+= -O2 -.endif - post-patch: ${TOUCH} -f ${WRKSRC}/bootstrapped # Speed up configure by not using 2 unneeded configure scripts. @@ -53,4 +47,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/include .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |