From 25e3864aafc4fa6a803b6f4f60dfe05a61793984 Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 8 Jan 2006 10:14:27 +0000 Subject: [PATCH] remove MODGNU_SHARED_LIBS and old libtool patch --- graphics/libgphoto2/Makefile | 9 +++------ graphics/libgphoto2/patches/patch-ltmain_sh | 20 -------------------- 2 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 graphics/libgphoto2/patches/patch-ltmain_sh diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 5277f606871..f953292f95e 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2005/12/29 13:16:32 steven Exp $ +# $OpenBSD: Makefile,v 1.9 2006/01/08 10:14:27 steven Exp $ COMMENT= 'digital camera library' CATEGORIES= graphics devel @@ -8,11 +8,8 @@ MAINTAINER= Marc Espie , Arnaud Launay VERSION= 2.1.5 DISTNAME= libgphoto2-${VERSION} PKGNAME= libgphoto-${VERSION}p0 - -SHARED_LIBS= gphoto2 2.3 \ - gphoto2_port 5.1 -MODGNU_SHARED_LIBS= gphoto2 '' \ - gphoto2_port '' +SHARED_LIBS= gphoto2 2.3 \ + gphoto2_port 5.1 HOMEPAGE= http://www.gphoto.org/ diff --git a/graphics/libgphoto2/patches/patch-ltmain_sh b/graphics/libgphoto2/patches/patch-ltmain_sh deleted file mode 100644 index caff8535a14..00000000000 --- a/graphics/libgphoto2/patches/patch-ltmain_sh +++ /dev/null @@ -1,20 +0,0 @@ -$OpenBSD: patch-ltmain_sh,v 1.2 2005/05/16 17:44:02 robert Exp $ ---- ltmain.sh.orig Tue Oct 26 12:02:24 2004 -+++ ltmain.sh Mon May 16 16:51:53 2005 -@@ -1802,6 +1802,7 @@ EOF - newdependency_libs= - newlib_search_path= - need_relink=no # whether we're linking any uninstalled libtool libraries -+ need_version=no - notinst_deplibs= # not-installed libtool libraries - notinst_path= # paths that contain not-installed libtool libraries - case $linkmode in -@@ -2272,7 +2273,7 @@ EOF - { test "$prefer_static_libs" = no || test -z "$old_library"; }; then - if test "$installed" = no; then - notinst_deplibs="$notinst_deplibs $lib" -- need_relink=yes -+ need_relink=no - fi - # This is a shared library -