aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2017-10-25 04:28:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2017-10-25 04:28:31 +0000
commitc951d9f7ccf05146cc704155fb31edf51d88a8f3 (patch)
tree6788853e651769d552c51f1bba7b1e9c9994410c
parent25c488041c2503b594d67f942e1801dfef2089e4 (diff)
downloadports-c951d9f7ccf05146cc704155fb31edf51d88a8f3.tar.gz
ports-c951d9f7ccf05146cc704155fb31edf51d88a8f3.zip
Fix building on 11.0-RELEASE
Notes
Notes: svn path=/head/; revision=452830
-rw-r--r--misc/rump/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile
index 39c86c21a0e5..52bc21432ee0 100644
--- a/misc/rump/Makefile
+++ b/misc/rump/Makefile
@@ -24,12 +24,12 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${ARCH} == "amd64"
-PLIST_SUB+= X8664=""
+PLIST_SUB+= X8664=""
.else
-PLIST_SUB+= X8664="@comment "
+PLIST_SUB+= X8664="@comment "
.endif
-.if ${OSVERSION} >= 1100121
+.if ${OSVERSION} >= 1100508
CFLAGS+= -Wno-address-of-packed-member
.endif