head 1.2; access; symbols pkgsrc-2024Q1:1.1.0.2 pkgsrc-2024Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2024.04.26.15.01.04; author wiz; state dead; branches; next 1.1; commitid jiSeu08X1XPThF7F; 1.1 date 2024.02.11.01.15.18; author taca; state Exp; branches; next ; commitid fDQFlUIDSWb88XXE; desc @@ 1.2 log @liblastfm: remove dead upstream, uses qt4 (obsolete), no users in pkgsrc @ text @$NetBSD: patch-configure,v 1.1 2024/02/11 01:15:18 taca Exp $ * Don't use obsolete method. --- configure.orig 2010-09-25 17:30:01.000000000 +0000 +++ configure @@@@ -32,7 +32,7 @@@@ begin ENV['LFM_PREFIX'] = ARGV[n+1] end ENV['LFM_PREFIX'] = '/usr/local' if ENV['LFM_PREFIX'].nil? - if File.exists? ENV['LFM_PREFIX'] and !File.directory? ENV['LFM_PREFIX'] + if File.exist? ENV['LFM_PREFIX'] and !File.directory? ENV['LFM_PREFIX'] abort "Installation prefix exists but isn't a directory: "+ENV['LFM_PREFIX'] end puts "Will install to: "+ENV['LFM_PREFIX'] @ 1.1 log @audio/liblastfm: fix build with ruby32 @ text @d1 1 a1 1 $NetBSD$ @