svn commit: r452830 - head/misc/rump
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Oct 25 04:28:33 UTC 2017
Author: vanilla
Date: Wed Oct 25 04:28:31 2017
New Revision: 452830
URL: https://svnweb.freebsd.org/changeset/ports/452830
Log:
Fix building on 11.0-RELEASE
Modified:
head/misc/rump/Makefile
Modified: head/misc/rump/Makefile
==============================================================================
--- head/misc/rump/Makefile Wed Oct 25 03:01:56 2017 (r452829)
+++ head/misc/rump/Makefile Wed Oct 25 04:28:31 2017 (r452830)
@@ -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
More information about the svn-ports-head
mailing list