bad author updated the distfile without bumping the version #.
some of our local changes merged in but not all, still some brokenness with the original program.
This commit is contained in:
parent
6067212d71
commit
95ad280486
@ -1,3 +1,3 @@
|
||||
MD5 (libevent-0.3d.tar.gz) = e7b2660b0d55446ce6446d1f811e23af
|
||||
RMD160 (libevent-0.3d.tar.gz) = 6b40fbe3cfd96c1264dbadcecf6a35b497c18b93
|
||||
SHA1 (libevent-0.3d.tar.gz) = e69505b960016b19dac05ff5c1fb665530c7a59b
|
||||
MD5 (libevent-0.3d.tar.gz) = 993696c2f5407a912ba4950b19359fba
|
||||
RMD160 (libevent-0.3d.tar.gz) = b2f51f9b1cca329fba9e1d90b23cd85ad5597911
|
||||
SHA1 (libevent-0.3d.tar.gz) = 492885ffb3916a1ba43b5dd08344157013d69cad
|
||||
|
@ -1,23 +1,16 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2001/07/08 02:59:49 brad Exp $
|
||||
--- Makefile.in.orig Sun Jun 3 19:38:00 2001
|
||||
+++ Makefile.in Sat Jul 7 22:49:39 2001
|
||||
@@ -16,8 +16,9 @@ mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2001/07/11 13:24:21 brad Exp $
|
||||
--- Makefile.in.orig Wed Jul 11 09:13:27 2001
|
||||
+++ Makefile.in Wed Jul 11 09:17:59 2001
|
||||
@@ -18,7 +18,7 @@ includedir = @includedir@
|
||||
CC = @CC@
|
||||
+RANLIB = @RANLIB@
|
||||
RANLIB = @RANLIB@
|
||||
DEFS = @DEFS@
|
||||
-CFLAGS = @CFLAGS@ $(DEFS) -Wall -I/usr/include -I$(srcdir) -I$(srcdir)/missing
|
||||
+CFLAGS = @CFLAGS@ $(DEFS) -Wall -I. -I$(srcdir) -I$(srcdir)/missing
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
@@ -36,27 +37,27 @@ all: libevent.a
|
||||
libevent.a: $(OBJS)
|
||||
@echo "building $@"
|
||||
ar cru $@ $(OBJS)
|
||||
- @RANLIB@ $@
|
||||
+ $(RANLIB) $@
|
||||
@@ -41,23 +41,23 @@ libevent.a: $(OBJS)
|
||||
|
||||
install:
|
||||
$(INSTALL) -d $(install_prefix)$(libdir)
|
||||
|
Loading…
Reference in New Issue
Block a user