remove MODGNU_SHARED_LIBS and old libtool patch
This commit is contained in:
parent
9ec97622cb
commit
25e3864aaf
@ -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'
|
COMMENT= 'digital camera library'
|
||||||
CATEGORIES= graphics devel
|
CATEGORIES= graphics devel
|
||||||
@ -8,11 +8,8 @@ MAINTAINER= Marc Espie <espie@openbsd.org>, Arnaud Launay <asl@launay.org>
|
|||||||
VERSION= 2.1.5
|
VERSION= 2.1.5
|
||||||
DISTNAME= libgphoto2-${VERSION}
|
DISTNAME= libgphoto2-${VERSION}
|
||||||
PKGNAME= libgphoto-${VERSION}p0
|
PKGNAME= libgphoto-${VERSION}p0
|
||||||
|
|
||||||
SHARED_LIBS= gphoto2 2.3 \
|
SHARED_LIBS= gphoto2 2.3 \
|
||||||
gphoto2_port 5.1
|
gphoto2_port 5.1
|
||||||
MODGNU_SHARED_LIBS= gphoto2 '' \
|
|
||||||
gphoto2_port ''
|
|
||||||
|
|
||||||
HOMEPAGE= http://www.gphoto.org/
|
HOMEPAGE= http://www.gphoto.org/
|
||||||
|
|
||||||
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user