summaryrefslogtreecommitdiff
path: root/devel/tevent/files/patch-tevent.mk
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tevent/files/patch-tevent.mk')
-rw-r--r--devel/tevent/files/patch-tevent.mk35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/tevent/files/patch-tevent.mk b/devel/tevent/files/patch-tevent.mk
deleted file mode 100644
index c25afaba9ab6..000000000000
--- a/devel/tevent/files/patch-tevent.mk
+++ /dev/null
@@ -1,35 +0,0 @@
---- ./tevent.mk.orig 2010-01-08 23:45:07.000000000 +0000
-+++ ./tevent.mk 2010-01-08 23:47:23.000000000 +0000
-@@ -1,6 +1,6 @@
- TEVENT_SOBASE = libtevent.$(SHLIBEXT)
- TEVENT_SONAME = $(TEVENT_SOBASE).0
--TEVENT_SOLIB = $(TEVENT_SOBASE).$(PACKAGE_VERSION)
-+TEVENT_SOLIB = $(TEVENT_SOBASE).0
- TEVENT_STLIB = libtevent.a
-
- $(TEVENT_STLIB): $(TEVENT_OBJ)
-@@ -9,22 +9,19 @@
- $(TEVENT_SOBASE): $(TEVENT_SOLIB)
- ln -fs $< $@
-
--$(TEVENT_SONAME): $(TEVENT_SOLIB)
-- ln -fs $< $@
--
- dirs::
- @mkdir -p lib
-
- installdirs::
- mkdir -p $(DESTDIR)$(includedir)
- mkdir -p $(DESTDIR)$(libdir)
-- mkdir -p $(DESTDIR)$(libdir)/pkgconfig
-+ mkdir -p $(DESTDIR)$(prefix)/libdata/pkgconfig
-
- installheaders:: installdirs
- cp $(srcdir)/tevent.h $(DESTDIR)$(includedir)
-
- installlibs:: installdirs
-- cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig
-+ cp tevent.pc $(DESTDIR)$(prefix)/libdata/pkgconfig
- cp $(TEVENT_STLIB) $(TEVENT_SOLIB) $(DESTDIR)$(libdir)
-
- install:: all installdirs installheaders installlibs $(PYTHON_INSTALL_TARGET)