aboutsummaryrefslogtreecommitdiffstats
path: root/community/java-sigar/tirpc.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-01-26 16:27:22 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-01-26 16:27:22 +0100
commit25289c4d50813375a2d3dd899cadd1cca618d3b1 (patch)
tree5e996a4ae587cc24cb7479246fbc97702a36dc75 /community/java-sigar/tirpc.patch
parenta0912ad44ebbcfd72e8ed0189b48cc721c793a50 (diff)
downloadaports-25289c4d50813375a2d3dd899cadd1cca618d3b1.tar.bz2
aports-25289c4d50813375a2d3dd899cadd1cca618d3b1.tar.xz
community/java-sigar: move from testing
Diffstat (limited to 'community/java-sigar/tirpc.patch')
-rw-r--r--community/java-sigar/tirpc.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/java-sigar/tirpc.patch b/community/java-sigar/tirpc.patch
new file mode 100644
index 0000000000..41454e5313
--- /dev/null
+++ b/community/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">