mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
databases/ruby-bdb: Clean up Makefile
This commit is contained in:
parent
1bb9658293
commit
0eecf930e6
1 changed files with 3 additions and 8 deletions
|
@ -26,9 +26,10 @@ SHEBANG_FILES= examples/basic.rb examples/cats.rb examples/cursor.rb \
|
||||||
examples/replication/base/mc.rb examples/replication/base/op.rb \
|
examples/replication/base/mc.rb examples/replication/base/op.rb \
|
||||||
examples/replication/mgr/b.rb examples/txn.rb examples/zeroc.rb
|
examples/replication/mgr/b.rb examples/txn.rb examples/zeroc.rb
|
||||||
|
|
||||||
CONFIGURE_ARGS= --with-db-include=${BDB_INCLUDE_DIR} \
|
|
||||||
--with-db-lib=${BDB_LIB_DIR}
|
|
||||||
ALL_TARGET= all rdoc
|
ALL_TARGET= all rdoc
|
||||||
|
CONFIGURE_ARGS= --with-cflags=-Wno-incompatible-function-pointer-types \
|
||||||
|
--with-db-include=${BDB_INCLUDE_DIR} \
|
||||||
|
--with-db-lib=${BDB_LIB_DIR}
|
||||||
INSTALL_TARGET= site-install
|
INSTALL_TARGET= site-install
|
||||||
WITH_BDB6_PERMITTED= yes
|
WITH_BDB6_PERMITTED= yes
|
||||||
|
|
||||||
|
@ -42,12 +43,6 @@ PORTEXAMPLES= *
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
|
|
||||||
CONFIGURE_ARGS+= --with-cflags="-Wno-error=incompatible-function-pointer-types"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${RM} ${WRKSRC}/docs/*.orig
|
@${RM} ${WRKSRC}/docs/*.orig
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue