diff options
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r-- | net-p2p/bitcoin/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index 72412e73e069..7800c2df8180 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -113,10 +113,6 @@ CPPFLAGS+= -I${BDB_INCLUDE_DIR} LIBS+= -L${BDB_LIB_DIR} .endif -.if ${OSVERSION} < 1100000 -CONFIGURE_ARGS+=--disable-asm -.endif - .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" post-install: |