aboutsummaryrefslogtreecommitdiffstats
path: root/net/net-snmp/files
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-05-17 09:11:51 +0800
committerbillf <billf@FreeBSD.org>2000-05-17 09:11:51 +0800
commit310ef3d9bcaaaa70c0b17ff427df404c1fcb337e (patch)
treef8bd6f3f26b2408ab7dc50c6e31e79e74cfb8f11 /net/net-snmp/files
parent86951391012ee93e55ca0b3635ed877c64ee7cca (diff)
downloadfreebsd-ports-gnome-310ef3d9bcaaaa70c0b17ff427df404c1fcb337e.tar.gz
freebsd-ports-gnome-310ef3d9bcaaaa70c0b17ff427df404c1fcb337e.tar.zst
freebsd-ports-gnome-310ef3d9bcaaaa70c0b17ff427df404c1fcb337e.zip
o Upgrade to 4.1.2
o Correct PLIST o Correct MANx PR: 18548 Submitted by: Amakawa Shuhei <sa264@cam.ac.uk> o Finally fix shared libraries Submitted by: billf, will(sorta)
Diffstat (limited to 'net/net-snmp/files')
-rw-r--r--net/net-snmp/files/patch-ak21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/net-snmp/files/patch-ak b/net/net-snmp/files/patch-ak
new file mode 100644
index 000000000000..7ca23e85b748
--- /dev/null
+++ b/net/net-snmp/files/patch-ak
@@ -0,0 +1,21 @@
+--- agent/Makefile.in.old Tue May 16 19:58:54 2000
++++ agent/Makefile.in Tue May 16 20:00:26 2000
+@@ -51,10 +51,18 @@
+
+ libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${LIBAGENTOBJS} libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION)
+ $(SHLIB_LD_CMD) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${LIBAGENTOBJS} $(SHLIB_LD_LIBS)
++ ld -Bshareable -soname libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \
++ -o libucdagent.$(SHLIB_EXTENSION) ${LIBAGENTOBJS}
++ ln -f libucdagent.$(SHLIB_EXTENSION) \
++ libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION)
+ $(RANLIB) libucdagent.$(SHLIB_EXTENSION)$(SHLIB_VERSION)
+
+ libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${MIBOBJS}
+ $(SHLIB_LD_CMD) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${MIBOBJS} $(SHLIB_LD_LIBS)
++ ld -Bshareable -soname libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \
++ -o libucdmibs.$(SHLIB_EXTENSION) ${MIBOBJS}
++ ln -f libucdmibs.$(SHLIB_EXTENSION) \
++ libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION)
+ $(RANLIB) libucdmibs.$(SHLIB_EXTENSION)$(SHLIB_VERSION)
+
+ clean: