From 1e83422365b4f7dca6de58af829d906c6975a560 Mon Sep 17 00:00:00 2001 From: Stephen Montgomery-Smith Date: Thu, 23 Jan 2014 05:05:19 +0000 Subject: - Move the MAKE_ARGS variables from some individual math/octave-forge-* ports to Mk/bsd.octave.mk. Also add LD_CXX="${CXX}" DL_LD="${CXX}" to MAKE_ARGS, as this fixes the build of several octave-forve-* ports by setting these variables properly in ${PREFIX}/bin/mkoctfile. --- math/octave-forge-tsa/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'math/octave-forge-tsa') diff --git a/math/octave-forge-tsa/Makefile b/math/octave-forge-tsa/Makefile index 99a94c8032a7..4d4bebb011ba 100644 --- a/math/octave-forge-tsa/Makefile +++ b/math/octave-forge-tsa/Makefile @@ -10,8 +10,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 -MAKE_ARGS= CC="${CC}" CXX="${CXX}" - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -- cgit v1.2.3