Date: Wed, 25 Oct 2017 04:28:32 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452830 - head/misc/rump Message-ID: <201710250428.v9P4SWJ2042033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710250428.v9P4SWJ2042033>