summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Köster <fabian.koester@bringnow.com>2015-10-28 16:11:20 +0100
committerFabian Köster <fabian.koester@bringnow.com>2015-10-28 16:11:20 +0100
commit76a796ab5634dbb10e57822e127bf155b707663c (patch)
treed27b5c3c74dc523bdb1d0966ba38a48cd61bb7e9 /app-office/hibiscus/files/1.12.2-hbci4java-so-filename.patch
parentFix dev-java/h2 SRC_URI (see bug https://bugs.gentoo.org/show_bug.cgi?id=463732) (diff)
downloadhibiscus-76a796ab5634dbb10e57822e127bf155b707663c.tar.gz
hibiscus-76a796ab5634dbb10e57822e127bf155b707663c.tar.bz2
hibiscus-76a796ab5634dbb10e57822e127bf155b707663c.zip
Major cleanup and add compiling live ebuilds
Diffstat (limited to 'app-office/hibiscus/files/1.12.2-hbci4java-so-filename.patch')
-rw-r--r--app-office/hibiscus/files/1.12.2-hbci4java-so-filename.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-office/hibiscus/files/1.12.2-hbci4java-so-filename.patch b/app-office/hibiscus/files/1.12.2-hbci4java-so-filename.patch
deleted file mode 100644
index b46a2fc..0000000
--- a/app-office/hibiscus/files/1.12.2-hbci4java-so-filename.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Index: hibiscus/src/de/willuhn/jameica/hbci/passports/ddv/DDVConfigFactory.java
-===================================================================
---- hibiscus.orig/src/de/willuhn/jameica/hbci/passports/ddv/DDVConfigFactory.java
-+++ hibiscus/src/de/willuhn/jameica/hbci/passports/ddv/DDVConfigFactory.java
-@@ -447,9 +447,9 @@ public class DDVConfigFactory
- */
- private static File getJNILib() throws ApplicationException
- {
-- String file = null;
-+ String file = "libhbci4java-card-linux.so";
-
-- switch (Application.getPlatform().getOS())
-+ /*switch (Application.getPlatform().getOS())
- {
- case Platform.OS_LINUX:
- file = "libhbci4java-card-linux-32.so";
-@@ -474,12 +474,12 @@ public class DDVConfigFactory
- case Platform.OS_FREEBSD_64:
- file = "libhbci4java-card-freebsd-64.so";
- break;
-- }
-+ }*/
-
- if (file == null)
- throw new ApplicationException(i18n.tr("Hibiscus unterstützt leider keine Chipkartenleser für Ihr Betriebssystem"));
-
-- File f = new File(de.willuhn.jameica.hbci.Settings.getLibPath(),file);
-+ File f = new File("/usr/lib",file);
- if (!f.exists())
- throw new ApplicationException(i18n.tr("Treiber {0} nicht gefunden",f.getAbsolutePath()));
-
-@@ -508,4 +508,4 @@ public class DDVConfigFactory
- * Revision 1.1 2010-09-07 15:28:05 willuhn
- * @N BUGZILLA 391 - Kartenleser-Konfiguration komplett umgebaut. Damit lassen sich jetzt beliebig viele Kartenleser und Konfigurationen parellel einrichten
- *
-- **********************************************************************/
-\ No newline at end of file
-+ **********************************************************************/