diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-21 11:05:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-21 11:05:57 +0000 |
commit | bd50152bf74d31c0d5eef70716d905b9d36e0735 (patch) | |
tree | 372016d17f884866865556c5afbe716fe1b9673e /databases | |
parent | upgrade to 0.7.0 (diff) |
Unbreak on current. This should unlock another 6 packages that depend on db2.
Submitted by: bento
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile index 5c7741b470b1..c996eb93f056 100644 --- a/databases/db2/Makefile +++ b/databases/db2/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS= --enable-compat185 \ --enable-dump185 --enable-cxx +CFLAGS+= -fpermissive post-install: @-${RM} -fr ${PREFIX}/share/examples/db2 |