diff options
author | thierry <thierry@FreeBSD.org> | 2006-11-08 06:10:55 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-11-08 06:10:55 +0800 |
commit | 8278bfe37a5707b60ce3b53c84bfcfd700cb1edc (patch) | |
tree | bd6ba9bdb726794ab2b91cc734b89fb1f0ad84f1 /databases/tora | |
parent | 5771c5694a36ff9e5a76c85b59046aba6e0a51bc (diff) | |
download | freebsd-ports-gnome-8278bfe37a5707b60ce3b53c84bfcfd700cb1edc.tar.gz freebsd-ports-gnome-8278bfe37a5707b60ce3b53c84bfcfd700cb1edc.tar.zst freebsd-ports-gnome-8278bfe37a5707b60ce3b53c84bfcfd700cb1edc.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
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}/|} |