diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-10-25 04:28:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-10-25 04:28:31 +0000 |
commit | c951d9f7ccf05146cc704155fb31edf51d88a8f3 (patch) | |
tree | 6788853e651769d552c51f1bba7b1e9c9994410c /misc | |
parent | 25c488041c2503b594d67f942e1801dfef2089e4 (diff) | |
download | ports-c951d9f7ccf05146cc704155fb31edf51d88a8f3.tar.gz ports-c951d9f7ccf05146cc704155fb31edf51d88a8f3.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rump/Makefile | 6 |
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 |