pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/taglib



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  4 13:09:09 UTC 2023

Modified Files:
        pkgsrc/audio/taglib: Makefile

Log Message:
taglib: remove USE_LIBTOOL


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/taglib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/taglib/Makefile
diff -u pkgsrc/audio/taglib/Makefile:1.47 pkgsrc/audio/taglib/Makefile:1.48
--- pkgsrc/audio/taglib/Makefile:1.47   Tue Jul  4 09:35:36 2023
+++ pkgsrc/audio/taglib/Makefile        Tue Jul  4 13:09:08 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2023/07/04 09:35:36 adam Exp $
+# $NetBSD: Makefile,v 1.48 2023/07/04 13:09:08 adam Exp $
 
 DISTNAME=      taglib-1.13.1
 CATEGORIES=    audio
@@ -10,7 +10,6 @@ COMMENT=      Library for accessing id tags i
 LICENSE=       gnu-lgpl-v2.1 OR mpl-1.1
 
 USE_LANGUAGES= c c++11
-USE_LIBTOOL=   yes
 GCC_REQD+=     4.7
 
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON



Home | Main Index | Thread Index | Old Index