aboutsummaryrefslogtreecommitdiffstats
path: root/testing/java-sigar/tirpc.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-01-16 20:11:22 +0000
committerJakub Jirutka <jakub@jirutka.cz>2019-01-16 21:12:20 +0100
commite01acd2d2c8c7f316974658f2d3fd171bd12d4d0 (patch)
treeda6e6b2b0fe679bd4a93f0d9d3f9eb8f9cf27035 /testing/java-sigar/tirpc.patch
parent230a84ab4beaf0862bf4b1ed648f0eb2262463c2 (diff)
downloadaports-e01acd2d2c8c7f316974658f2d3fd171bd12d4d0.tar.bz2
aports-e01acd2d2c8c7f316974658f2d3fd171bd12d4d0.tar.xz
testing/java-sigar: new aport
https://github.com/hyperic/sigar/ System Information Gatherer And Reporter
Diffstat (limited to 'testing/java-sigar/tirpc.patch')
-rw-r--r--testing/java-sigar/tirpc.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/java-sigar/tirpc.patch b/testing/java-sigar/tirpc.patch
new file mode 100644
index 0000000000..41454e5313
--- /dev/null
+++ b/testing/java-sigar/tirpc.patch
@@ -0,0 +1,25 @@
+--- a/bindings/java/build.xml
++++ b/bindings/java/build.xml
+@@ -223,6 +223,7 @@
+ <path location="../../src/os/${jni.src}"/>
+ <path location="${build}/src"/>
+ <path location="src/jni"/>
++ <path location="/usr/include/tirpc"/>
+ </path>
+
+ <!-- extra solaris libs -->
+@@ -243,6 +243,14 @@
+ <condition property="jni.libset.libs" value="odm,cfg,perfstat,pthreads">
+ <isset property="aix"/>
+ </condition>
++
++ <condition property="jni.libset.dir" value="/usr/lib">
++ <isset property="linux"/>
++ </condition>
++
++ <condition property="jni.libset.libs" value="tirpc">
++ <isset property="linux"/>
++ </condition>
+ </target>
+
+ <target name="copy-includes">