pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libebml Go back only to build the static lib as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25ffd53e0d1f
branches:  trunk
changeset: 492654:25ffd53e0d1f
user:      salo <salo%pkgsrc.org@localhost>
date:      Mon Apr 18 00:51:51 2005 +0000

description:
Go back only to build the static lib as before.  There are no consumers
of the shared library, yet.

diffstat:

 devel/libebml/Makefile |  4 +++-
 devel/libebml/PLIST    |  4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 9d38814f46c3 -r 25ffd53e0d1f devel/libebml/Makefile
--- a/devel/libebml/Makefile    Mon Apr 18 00:13:05 2005 +0000
+++ b/devel/libebml/Makefile    Mon Apr 18 00:51:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/18 00:13:05 salo Exp $
+# $NetBSD: Makefile,v 1.15 2005/04/18 00:51:51 salo Exp $
 #
 
 DISTNAME=      libebml-0.7.4
@@ -19,6 +19,8 @@
 MAKEFLAGS+=    prefix=${PREFIX:Q}
 MAKE_ENV+=     CXXFLAGS=${CXXFLAGS:Q} RANLIB=${RANLIB:Q}
 BUILD_DIRS=    ${WRKDIR}/${DISTNAME}/make/linux
+BUILD_TARGET=  staticlib
+INSTALL_TARGET=        install_headers install_staticlib
 
 ONLY_FOR_COMPILER=     gcc
 
diff -r 9d38814f46c3 -r 25ffd53e0d1f devel/libebml/PLIST
--- a/devel/libebml/PLIST       Mon Apr 18 00:13:05 2005 +0000
+++ b/devel/libebml/PLIST       Mon Apr 18 00:51:51 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/04/18 00:13:05 salo Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/04/18 00:51:51 salo Exp $
 include/ebml/Debug.h
 include/ebml/EbmlBinary.h
 include/ebml/EbmlConfig.h
@@ -26,7 +26,5 @@
 include/ebml/StdIOCallback.h
 include/ebml/c/libebml_t.h
 lib/libebml.a
-lib/libebml.so
-lib/libebml.so.0
 @dirrm include/ebml/c
 @dirrm include/ebml



Home | Main Index | Thread Index | Old Index