Skip to content
Snippets Groups Projects
Commit 8f032c6a authored by Anthony Mallet's avatar Anthony Mallet
Browse files

Add explicit dependency on mk/languagæc.mk when USE_LANGUAGE is undefined

All packages not defining USE_LANGUAGE were relying on the default "c"
value. This commit explicits the dependency on a C compiler.
parent 27b4131b
No related branches found
No related tags found
No related merge requests found
Showing with 21 additions and 1 deletion
......@@ -20,4 +20,5 @@ NOT_FOR_PLATFORM= # empty
include ../../wip/transgen3/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../wip/genom3/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -21,4 +21,5 @@ DEPEND_ABI.pocolibs= pocolibs>=2.11.99
include ../../middleware/pocolibs/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../wip/genom3/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -29,4 +29,5 @@ include ../../mk/sysdep/bison.mk
include ../../mk/sysdep/flex.mk
include ../../mk/sysdep/tcl.mk
include ../../mk/sysdep/texinfo.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -21,4 +21,5 @@ DEPEND_ABI.tcl= tcl>=8.5
include ../../pkgtools/pkg-config/depend.mk
include ../../wip/genom3/depend.mk
include ../../mk/sysdep/tcl.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -19,4 +19,5 @@ CMAKE_ARGS+= -DGEOMETRIC_TOOLS_INSTALL_PREFIX:STRING=${PREFIX}
include ../../devel/hpp-util/depend.mk
include ../../math/geometric-tools/depend.mk
include ../../path/kineo-pp/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -42,4 +42,5 @@ include ../../sysutils/alog/depend.mk
include ../../net/py-poco/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -18,4 +18,5 @@ include ../../math/boost-numeric-bindings/depend.mk
include ../../pkgtools/libtool/depend.mk
include ../../mk/sysdep/qt4-libs.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -78,4 +78,5 @@ include ../../image/jafar-image/depend.mk
include ../../math/jafar-jmath/depend.mk
include ../../image/jafar-correl/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -77,5 +77,6 @@ include ../../wip/spark-genom/depend.mk
include ../../mk/sysdep/tcl.mk
include ../../mk/sysdep/tk.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -15,4 +15,5 @@ GENOM_MODULE= joystick
include ../../architecture/genom/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -27,4 +27,5 @@ include ../../image/viam-genom/depend.mk
include ../../hardware/platine-genom/depend.mk
include ../../audio/clone-genom/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -21,4 +21,5 @@ include ../../wip/py-laaswm/depend.mk
include ../../mk/sysdep/python.mk
include ../../mk/sysdep/py-setuptools.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -14,8 +14,9 @@ HOMEPAGE= http://www.cmap.polytechnique.fr/~bacry/LastWave/
COMMENT= LastWave is a signal processing oriented command language
include ../../mk/sysdep/cmake.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
post-extract:
${CP} ${FILESDIR}/CMakeLists.txt ${WRKSRC}
${CP} ${FILESDIR}/lastwave.pc.cmake ${WRKSRC}
\ No newline at end of file
${CP} ${FILESDIR}/lastwave.pc.cmake ${WRKSRC}
......@@ -21,6 +21,7 @@ BUILD_TARGET=unix-libtool
include ../../pkgtools/libtool/depend.mk
include ../../pkgtools/pax/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
do-install:
......
......@@ -60,6 +60,7 @@ endef
include ../../devel/swig/depend.mk
include ../../middleware/pocolibs/depend.mk
include ../../simulation/morse/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
_pycompile_dir=${PREFIX}/${PYTHON_SITELIB}/morse/middleware/pocolibs*
......
......@@ -35,6 +35,7 @@ NO_BUILD= yes
include ../../pkgtools/pax/depend.mk
include ../../pkgtools/install-sh/depend.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
do-install:
......
......@@ -77,5 +77,6 @@ include ../../graphics/laaswm-libs/depend.mk
include ../../mk/sysdep/tcl.mk
include ../../mk/sysdep/tk.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -16,5 +16,6 @@ PYDISTUTILSPKG= ON
include ../../mk/sysdep/python.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -19,4 +19,5 @@ NOT_FOR_PLATFORM= # empty
DEPEND_ABI.tcl= tcl>=8.5
include ../../mk/sysdep/tcl.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
......@@ -19,4 +19,5 @@ include ../../wip/genom3/depend.mk
include ../../supervision/openprs/depend.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/java.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment