pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/vorbis-tools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 17:37:36 UTC 2020

Modified Files:
        pkgsrc/audio/vorbis-tools: Makefile

Log Message:
audio/vorbis-tools: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/audio/vorbis-tools/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/vorbis-tools/Makefile
diff -u pkgsrc/audio/vorbis-tools/Makefile:1.80 pkgsrc/audio/vorbis-tools/Makefile:1.81
--- pkgsrc/audio/vorbis-tools/Makefile:1.80     Fri May 22 10:55:57 2020
+++ pkgsrc/audio/vorbis-tools/Makefile  Sun May 31 17:37:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2020/05/22 10:55:57 adam Exp $
+# $NetBSD: Makefile,v 1.81 2020/05/31 17:37:36 rillig Exp $
 
 DISTNAME=      vorbis-tools-1.4.0
 PKGREVISION=   23
@@ -18,8 +18,6 @@ USE_TOOLS+=           pkg-config
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-ogg-prefix=${BUILDLINK_PREFIX.libogg}
-CONFIGURE_ARGS+=       --with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis}
 
 PLIST_SUBST+=  DISTNAME=${DISTNAME}
 



Home | Main Index | Thread Index | Old Index