Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2001 13:56:50 -0700 (PDT)
From:      Steve Coltrin <spcoltri@hrothgar.omcl.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29305: unbreak audio/mp3info
Message-ID:  <200107292056.f6TKuod49822@hrothgar.omcl.org>

next in thread | raw e-mail | index | archive | help

>Number:         29305
>Category:       ports
>Synopsis:       unbreak audio/mp3info
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 29 14:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Steve Coltrin
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Orbital Mind Control Lasers
>Environment:
System: FreeBSD hrothgar.omcl.org 4.3-STABLE FreeBSD 4.3-STABLE #14: Sat Jul 14 00:03:51 PDT 2001 spcoltri@hrothgar.omcl.org:/usr/obj/usr/src/sys/HROTHGAR i386


	
>Description:
audio/mp3info fails to compile if gtk is installed.
>How-To-Repeat:
	
>Fix:
% cat files/patch-Makefile
--- Makefile.orig	Sun Jul 29 13:46:02 2001
+++ Makefile	Sun Jul 29 13:47:36 2001
@@ -55,7 +55,7 @@
 	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
 
 gmp3info: $(XSRC) $(XOBJ) 
-	$(CC) $(XSRC) $(CFLAGS) -o $@ $(XOBJ) `gtk-config --cflags --libs`
+	$(CC) $(XSRC) $(CFLAGS) -o $@ $(XOBJ) `$(GTK_CONFIG) --cflags --libs`
 
 mp3info.txt: mp3info.1
 	groff -t -e -mandoc -Tascii mp3info.1 | col -bx > mp3info.txt
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107292056.f6TKuod49822>