diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:41:11 +0800 |
commit | 08401ab584679ba575474618aea9ae870cf34d1a (patch) | |
tree | 89d01ce199123abe4719175bfd08a04f821a557e /devel/libdisasm | |
parent | ab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff) | |
download | freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.gz freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.tar.zst freebsd-ports-gnome-08401ab584679ba575474618aea9ae870cf34d1a.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'devel/libdisasm')
-rw-r--r-- | devel/libdisasm/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/libdisasm/Makefile b/devel/libdisasm/Makefile index 274c16d34d56..86b4aac24907 100644 --- a/devel/libdisasm/Makefile +++ b/devel/libdisasm/Makefile @@ -22,13 +22,8 @@ USE_GMAKE= yes USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 -.include <bsd.port.pre.mk> - post-patch: ${REINPLACE_CMD} -e 's, make, gmake,' ${WRKSRC}/Makefile -.if ${OSVERSION} < 500000 - ${REINPLACE_CMD} -e 's, -Wno-strict-aliasing,,' ${WRKSRC}/libdisasm/Makefile -.endif .if !defined(NOPORTDOCS) DOCSDIR= ${DATADIR}/doc @@ -57,4 +52,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/${i} ${PREFIX}/man/man7 .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |