diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile index 6998077c193..5ab8fe54c22 100644 --- a/devel/libelf/Makefile +++ b/devel/libelf/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2010/04/08 15:07:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.6 2012/05/18 18:26:23 sthen Exp $ COMMENT= read, modify, create ELF files on any arch DISTNAME= libelf-0.8.13 +REVISION= 0 SHARED_LIBS= elf 1.1 diff --git a/devel/libelf/patches/patch-aclocal_m4 b/devel/libelf/patches/patch-aclocal_m4 index 8621ef364d1..4393a9f49b9 100644 --- a/devel/libelf/patches/patch-aclocal_m4 +++ b/devel/libelf/patches/patch-aclocal_m4 @@ -1,4 +1,4 @@ -$OpenBSD: patch-aclocal_m4,v 1.2 2009/10/13 00:00:37 ajacoutot Exp $ +$OpenBSD: patch-aclocal_m4,v 1.3 2012/05/18 18:26:23 sthen Exp $ --- aclocal.m4.orig Fri May 23 10:17:56 2008 +++ aclocal.m4 Mon Oct 12 12:20:22 2009 @@ -288,6 +288,14 @@ AC_DEFUN(mr_ENABLE_SHARED, [ @@ -11,7 +11,7 @@ $OpenBSD: patch-aclocal_m4,v 1.2 2009/10/13 00:00:37 ajacoutot Exp $ + SHLINK_SFX='$(SHLIB_SFX)' + SONAME_SFX='$(SHLIB_SFX)' + LINK_SHLIB='$(CC) -shared' -+ INSTALL_SHLIB='$(INSTALL_PROGRAM)' ++ INSTALL_SHLIB='$(INSTALL_DATA)' + ;; sparc-sun-solaris2*) if test "$GCC" = yes; then