aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdisasm
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:41:11 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:41:11 +0800
commit08401ab584679ba575474618aea9ae870cf34d1a (patch)
tree89d01ce199123abe4719175bfd08a04f821a557e /devel/libdisasm
parentab5645fbd297bdc50871bb1ce38ca93beddae3c4 (diff)
downloadfreebsd-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/Makefile7
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>