pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/SDL_sound



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon Jan 27 19:35:57 UTC 2025

Modified Files:
        pkgsrc/audio/SDL_sound: Makefile

Log Message:
audio/SDL_sound: don't pass unknown --with-libiconv-prefix to configure


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/SDL_sound/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/SDL_sound/Makefile
diff -u pkgsrc/audio/SDL_sound/Makefile:1.35 pkgsrc/audio/SDL_sound/Makefile:1.36
--- pkgsrc/audio/SDL_sound/Makefile:1.35        Mon Jan  6 21:49:01 2025
+++ pkgsrc/audio/SDL_sound/Makefile     Mon Jan 27 19:35:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2025/01/06 21:49:01 ktnb Exp $
+# $NetBSD: Makefile,v 1.36 2025/01/27 19:35:57 rillig Exp $
 #
 
 DISTNAME=              SDL_sound-1.0.3
@@ -12,6 +12,7 @@ COMMENT=              SDL library to handle the deco
 LICENSE=               gnu-lgpl-v2.1
 
 GNU_CONFIGURE=         YES
+GNU_CONFIGURE_ICONV=   no
 USE_LIBTOOL=           YES
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index