summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/elem/elem-1.0.3-r2.ebuild2
-rw-r--r--sci-chemistry/elem/files/elem-1.0.3-fno-common.patch24
2 files changed, 25 insertions, 1 deletions
diff --git a/sci-chemistry/elem/elem-1.0.3-r2.ebuild b/sci-chemistry/elem/elem-1.0.3-r2.ebuild
index 67290b4c6d85..d74c51bd8f06 100644
--- a/sci-chemistry/elem/elem-1.0.3-r2.ebuild
+++ b/sci-chemistry/elem/elem-1.0.3-r2.ebuild
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/elem/${PN}-src-${PV}-Linux.tgz"
LICENSE="GPL-2"
KEYWORDS="amd64 sparc x86"
SLOT="0"
-IUSE=""
DEPEND="x11-libs/xforms"
RDEPEND="${DEPEND}"
@@ -20,6 +19,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-fix-build-system.patch
"${FILESDIR}"/${P}-missing-stdlib.patch
+ "${FILESDIR}"/${P}-fno-common.patch
)
src_configure() {
diff --git a/sci-chemistry/elem/files/elem-1.0.3-fno-common.patch b/sci-chemistry/elem/files/elem-1.0.3-fno-common.patch
new file mode 100644
index 000000000000..402ae0790587
--- /dev/null
+++ b/sci-chemistry/elem/files/elem-1.0.3-fno-common.patch
@@ -0,0 +1,24 @@
+--- a/elem.c
++++ b/elem.c
+@@ -11,6 +11,9 @@
+ #include "deutsch.h"
+ #endif
+
++double amsumme;
++FL_OBJECT *massensumme;
++
+
+
+ FD_Periodensystem *create_form_Periodensystem(void)
+--- a/elem.h
++++ b/elem.h
+@@ -154,7 +154,7 @@ typedef struct {
+ void *vdata;
+ long ldata;
+ } FD_Periodensystem;
+-double amsumme;
++extern double amsumme;
+ extern FD_Periodensystem * create_form_Periodensystem(void);
+- FL_OBJECT *massensumme;
++extern FL_OBJECT *massensumme;
+ #endif /* FD_Periodensystem_h_ */