diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-05-15 06:41:00 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-05-15 06:41:00 +0000 |
commit | 1b62f4b5fabd4850adbdd01dc4c11808a6832d1a (patch) | |
tree | d730788472c477b9ad81dfa40be5b0a5955b390e /net/net-snmp/files/patch-Makefile.top | |
parent | Connect net-snmp4 (4.x series of ucd-snmp). (diff) |
Upgrade to 5.0.1.
Maintainer note:
I have not yet checked this major version bump enough.
Please use net/net-snmp4 port for stable environment.
And please report any problem with this version.
Diffstat (limited to 'net/net-snmp/files/patch-Makefile.top')
-rw-r--r-- | net/net-snmp/files/patch-Makefile.top | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/net-snmp/files/patch-Makefile.top b/net/net-snmp/files/patch-Makefile.top index e6077bc203ef..7bb0b8a79ac8 100644 --- a/net/net-snmp/files/patch-Makefile.top +++ b/net/net-snmp/files/patch-Makefile.top @@ -1,11 +1,11 @@ ---- Makefile.top.orig Sat Feb 16 10:00:19 2002 -+++ Makefile.top Sat Feb 16 23:31:00 2002 -@@ -52,7 +52,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) $(SHVFLAGS) -o -+LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -release $(VERSION).0 -version-info 4 -o +--- Makefile.top.orig Sat Apr 20 16:29:56 2002 ++++ Makefile.top Tue Apr 23 08:53:54 2002 +@@ -60,7 +60,7 @@ + # generally, LIBCURRENT should stay the same unless major changes occur. + # Increment REVISION every release. + # Increment AGE if new stuff is available. +-LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -version-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) -o ++LIB_LD_CMD = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -rpath $(libdir) -release $(LIBCURRENT) -version-info $(LIBCURRENT):$(LIBREVISION):$(LIBAGE) -o LIB_EXTENSION = la LIB_VERSION = LIB_LDCONFIG_CMD = $(LIBTOOL) --mode=finish $(libdir) |