diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-11-07 22:10:55 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-11-07 22:10:55 +0000 |
commit | ca81b6e27a44cceb22d304fe80fd8474557697ee (patch) | |
tree | 41ea336fba78b0ec92918a015d60c50dbee0cb51 /databases/tora | |
parent | d5e1654d54b81462118d4a5824d4270f88035998 (diff) | |
download | ports-ca81b6e27a44cceb22d304fe80fd8474557697ee.tar.gz ports-ca81b6e27a44cceb22d304fe80fd8474557697ee.zip |
Notes
Diffstat (limited to 'databases/tora')
-rw-r--r-- | databases/tora/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/tora/Makefile b/databases/tora/Makefile index 5edb2fc48d69..0acba100e53d 100644 --- a/databases/tora/Makefile +++ b/databases/tora/Makefile @@ -37,7 +37,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-oracle=${ORACLE_HOME} --with-oci-version=${ORACLE_VER:U} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if defined(WITHOUT_KDE) CONFIGURE_ARGS+= --without-kde @@ -56,6 +56,10 @@ PREFIX2FIX= help/preferences.html totool.cpp BROKEN= does not compile with gcc 2.95 .endif +.if ${OSVERSION} >= 700000 +BROKEN= does not link with oracle8-client +.endif + pre-configure: ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|/etc/torarc|${PREFIX}/etc/torarc|' ${PREFIX2FIX:S|^|${WRKSRC}/|} |