Remove fortran77 from USE_LANGUAGES as suggested by jnemeth@
This commit is contained in:
parent
095b99822c
commit
bbaeaaf660
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/06/09 22:36:12 rodent Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/06/09 23:29:34 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= spandsp-0.0.6pre21
|
||||
|
@ -14,7 +14,7 @@ LICENSE= gnu-lgpl-v2.1
|
|||
WRKSRC= ${WRKDIR}/spandsp-0.0.6
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gsed pkg-config
|
||||
USE_LANGUAGES= c c++ fortran77
|
||||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE+= spandsp.pc.in
|
||||
|
|
Loading…
Reference in a new issue