diff options
-rw-r--r-- | dns/bind98/Makefile | 1 | ||||
-rw-r--r-- | dns/bind99/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 28394c05d2e6..30b38c3cb1da 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -104,7 +104,6 @@ GSSAPI_CONFIGURE_WITH= gssapi .if (${ARCH} == "amd64") ARCH= x86_64 -CFLAGS+= -fPIC .endif .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE} diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 2b46f1709abf..4e1d8844f0d4 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -111,7 +111,6 @@ GSSAPI_CONFIGURE_WITH= gssapi .if (${ARCH} == "amd64") ARCH= x86_64 -CFLAGS+= -fPIC .endif .if !${PORT_OPTIONS:MLINKS} || ${PORT_OPTIONS:MREPLACE_BASE} |