View | Details | Raw Unified | Return to bug 184963
Collapse All | Expand All

(-)/usr/ports/audio/Maaate/Makefile (-8 / +4 lines)
Lines 1-10 Link Here
1
# ex:ts=8
1
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
2
# New ports collection makefile for:   Maaate
2
# $FreeBSD: audio/Maaate/Makefile 327706 2013-09-20 14:36:35Z bapt $
3
# Date created:                Fab 12, 2001
4
# Whom:                        Ying-Chieh Liao <ijliao@FreeBSD.org>
5
#
6
# $FreeBSD: ports/audio/Maaate/Makefile,v 1.32 2010/12/04 07:30:18 ade Exp $
7
#
8
3
9
PORTNAME=	Maaate
4
PORTNAME=	Maaate
10
PORTVERSION=	0.3.1
5
PORTVERSION=	0.3.1
Lines 15-22 Link Here
15
MAINTAINER=	saper@saper.info
10
MAINTAINER=	saper@saper.info
16
COMMENT=	MPEG audio analysis toolkit
11
COMMENT=	MPEG audio analysis toolkit
17
12
13
NO_STAGE=	yes
14
USES=		gmake
18
USE_AUTOTOOLS=	libtool
15
USE_AUTOTOOLS=	libtool
19
USE_GMAKE=	yes
20
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
22
18
(-)/usr/ports/audio/Maaate/files/patch-configure (-2 / +10 lines)
Lines 1-5 Link Here
1
--- configure.orig	Thu Sep  5 09:54:07 2002
1
--- configure.orig	2002-10-09 03:30:34.000000000 +0200
2
+++ configure	Mon Sep 30 22:55:21 2002
2
+++ configure	2013-12-18 12:38:19.000000000 +0100
3
@@ -5691,6 +5691,7 @@
3
@@ -5691,6 +5691,7 @@
4
 
4
 
5
 # This can be used to rebuild libtool when needed
5
 # This can be used to rebuild libtool when needed
Lines 8-10 Link Here
8
 
8
 
9
 # Always use our own libtool.
9
 # Always use our own libtool.
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
11
@@ -5699,7 +5700,6 @@
12
 
13
 
14
 
15
-LDFLAGS="$LDFLAGS -lstdc++"
16
 
17
 echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6
18
 echo "configure:5706: checking for cos in -lm" >&5

Return to bug 184963