Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2014 13:46:28 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/186907: [MAINTAINER] audio/libaacplus: fix warning message
Message-ID:  <530588A4.9000002@airport.fm>
Resent-Message-ID: <201402200450.s1K4o0Gs058407@freefall.freebsd.org>

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

>Number:         186907
>Category:       ports
>Synopsis:       [MAINTAINER] audio/libaacplus: fix warning message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 20 04:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p7 FreeBSD 8.4-RELEASE-p7 #0: Wed Jan 15 09:30:02 JST 2014
>Description:
fix warning message

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- libaacplus-2.0.2.patch begins here ---
diff -ruN /usr/ports/audio/libaacplus/Makefile ./Makefile
--- /usr/ports/audio/libaacplus/Makefile	2013-12-11 23:35:36.000000000 +0900
+++ ./Makefile	2014-02-20 11:31:51.000000000 +0900
@@ -21,7 +21,7 @@
 USE_CSTD=	gnu89
 USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool libtoolize aclocal autoheader automake
+USE_AUTOTOOLS=	libtoolize aclocal autoheader automake
 PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
@@ -50,5 +50,7 @@
 		${WRKSRC}/aacplus.pc.in
 	@${REINPLACE_CMD} -e 's,\/aacplus\.h,\/libaacplus\/aacplus\.h,' \
 		${WRKSRC}/aacplus.spec.in
+	@${REINPLACE_CMD} -e 's,INCLUDES,AM_CPPFLAGS,'\
+		${WRKSRC}/frontend/Makefile.am ${WRKSRC}/src/Makefile.am

 .include <bsd.port.mk>
--- libaacplus-2.0.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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