SHARED_LIBS
ok naddy
This commit is contained in:
parent
016d6b2c7d
commit
34fb5420f0
@ -1,9 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2005/12/18 21:53:18 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2006/01/06 21:16:16 bernd Exp $
|
||||
|
||||
COMMENT= "GNU gettext"
|
||||
|
||||
DISTNAME= gettext-0.14.5
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS= asprintf 0.0 \
|
||||
gettextlib 0.0 \
|
||||
gettextpo 1.0 \
|
||||
gettextsrc 0.0 \
|
||||
intl 3.0
|
||||
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_Makefile_in,v 1.1 2005/11/05 23:47:58 naddy Exp $
|
||||
$OpenBSD: patch-gettext-runtime_intl_Makefile_in,v 1.2 2006/01/06 21:16:16 bernd Exp $
|
||||
--- gettext-runtime/intl/Makefile.in.orig Fri May 20 22:05:54 2005
|
||||
+++ gettext-runtime/intl/Makefile.in Wed Nov 2 21:56:23 2005
|
||||
+++ gettext-runtime/intl/Makefile.in Fri Jan 6 19:17:23 2006
|
||||
@@ -154,7 +154,7 @@ libintl.a libgnuintl.a: $(OBJECTS)
|
||||
libintl.la libgnuintl.la: $(OBJECTS)
|
||||
$(LIBTOOL) --mode=link \
|
||||
@ -10,16 +10,3 @@ $OpenBSD: patch-gettext-runtime_intl_Makefile_in,v 1.1 2005/11/05 23:47:58 naddy
|
||||
-version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
|
||||
-rpath $(libdir) \
|
||||
-no-undefined
|
||||
@@ -164,9 +164,9 @@ libintl.la libgnuintl.la: $(OBJECTS)
|
||||
# according to the libtool documentation, section "Library interface versions".
|
||||
# Maintainers of other packages that include the intl directory must *not*
|
||||
# change these values.
|
||||
-LTV_CURRENT=7
|
||||
-LTV_REVISION=3
|
||||
-LTV_AGE=4
|
||||
+LTV_CURRENT=3
|
||||
+LTV_REVISION=0
|
||||
+LTV_AGE=0
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .y .o .lo .sin .sed
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2005/11/05 23:47:58 naddy Exp $
|
||||
@lib lib/libasprintf.so.0.0
|
||||
@lib lib/libgettextlib.so.0.0
|
||||
@lib lib/libgettextpo.so.1.0
|
||||
@lib lib/libgettextsrc.so.0.0
|
||||
@lib lib/libintl.so.3.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2006/01/06 21:16:16 bernd Exp $
|
||||
@lib lib/libasprintf.so.${LIBasprintf_VERSION}
|
||||
@lib lib/libgettextlib.so.${LIBgettextlib_VERSION}
|
||||
@lib lib/libgettextpo.so.${LIBgettextpo_VERSION}
|
||||
@lib lib/libgettextsrc.so.${LIBgettextsrc_VERSION}
|
||||
@lib lib/libintl.so.${LIBintl_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user