diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2020-08-20 23:15:06 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2020-08-20 23:15:06 +0000 |
commit | f89afdb9ba6718f30eb6df5c7c00f44992411a25 (patch) | |
tree | 2c251e77d911bda88314d8b1c6248141e7ca1f7d | |
parent | security/gnupg1: Build with -fcommon (diff) |
Revert r545567: A smarter patch was committed 10 minutes before this one.
Reported by: zeising
Notes
Notes:
svn path=/head/; revision=545571
-rw-r--r-- | net/bird/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index 349c42bc527a..2602e3d659b2 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -27,8 +27,6 @@ GROUPS= birdvty PORTSCOUT= limit:^1\. -CFLAGS+= -fcommon - .if ${FLAVOR:U} == ipv6 CONFIGURE_ARGS+= --enable-ipv6 PLIST_SUB= VER=6 |