aboutsummaryrefslogtreecommitdiff
path: root/net/net-snmp/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-02-08 02:39:58 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-02-08 02:39:58 +0000
commit57bbbd361d9c4465ac05370a5b0e630f088e539a (patch)
treeb189731d9cbd00a644b3f05a5ceddda0e2c05373 /net/net-snmp/files
parentd45a2548be96951b10675c45c268dc1ad3d078b1 (diff)
downloadports-57bbbd361d9c4465ac05370a5b0e630f088e539a.tar.gz
ports-57bbbd361d9c4465ac05370a5b0e630f088e539a.zip
Notes
Diffstat (limited to 'net/net-snmp/files')
-rw-r--r--net/net-snmp/files/patch-Makefile.top11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/net-snmp/files/patch-Makefile.top b/net/net-snmp/files/patch-Makefile.top
new file mode 100644
index 000000000000..2ecdb3d91c59
--- /dev/null
+++ b/net/net-snmp/files/patch-Makefile.top
@@ -0,0 +1,11 @@
+--- Makefile.top.orig Mon Nov 20 05:58:05 2000
++++ Makefile.top Thu Feb 8 01:21:42 2001
+@@ -51,7 +51,7 @@
+ # Misc Compiling Stuff
+ CC = @CC@
+ # version number is prefixed by a 0 for a better shared library version number
+-LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -release 0.$(VERSION) -o
++LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -release $(VERSION).0 -version-info 4 -o
+ LIB_EXTENSION = la
+ LIB_VERSION =
+ LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(libdir)