aboutsummaryrefslogtreecommitdiff
path: root/databases/tora
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-11-07 22:10:55 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-11-07 22:10:55 +0000
commitca81b6e27a44cceb22d304fe80fd8474557697ee (patch)
tree41ea336fba78b0ec92918a015d60c50dbee0cb51 /databases/tora
parentd5e1654d54b81462118d4a5824d4270f88035998 (diff)
downloadports-ca81b6e27a44cceb22d304fe80fd8474557697ee.tar.gz
ports-ca81b6e27a44cceb22d304fe80fd8474557697ee.zip
Mark BROKEN on -CURRENT: linkage failure with libclntsh.a.
Since I'm there, replace INSTALLS_SHLIB by USE_LDCONFIG. Reported by: pointyhat via Kris
Notes
Notes: svn path=/head/; revision=176752
Diffstat (limited to 'databases/tora')
-rw-r--r--databases/tora/Makefile6
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}/|}