pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

slicot: don't need C, now that we use gfortran-as-linker.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Mon Aug 13 14:26:49 2018 +0300
Changeset:	a27e9e40d80cccdeec013a1e50c1892c7eb8237e

Modified Files:
	slicot/Makefile

Log Message:
slicot: don't need C, now that we use gfortran-as-linker.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a27e9e40d80cccdeec013a1e50c1892c7eb8237e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 slicot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/slicot/Makefile b/slicot/Makefile
index b26c5b690c..844bd52923 100644
--- a/slicot/Makefile
+++ b/slicot/Makefile
@@ -11,7 +11,7 @@ COMMENT=	numerical algorithms from systems and control theory
 LICENSE=	gnu-gpl-v2
 
 WRKSRC=		${WRKDIR}/${PKGNAME}/src
-USE_LANGUAGES=	fortran c
+USE_LANGUAGES=	fortran
 USE_TOOLS+=	mkstemp
 
 INSTALLATION_DIRS+=	lib


Home | Main Index | Thread Index | Old Index