svn commit: r317189 - in head/graphics: evas-engine-buffer evas-loader-jpeg
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 09:53:56 UTC 2013
Author: bapt
Date: Fri May 3 09:53:54 2013
New Revision: 317189
URL: http://svnweb.freebsd.org/changeset/ports/317189
Log:
Fix build with bmake by using gmake if make is bmake
Modified:
head/graphics/evas-engine-buffer/Makefile
head/graphics/evas-loader-jpeg/Makefile
Modified: head/graphics/evas-engine-buffer/Makefile
==============================================================================
--- head/graphics/evas-engine-buffer/Makefile Fri May 3 09:41:29 2013 (r317188)
+++ head/graphics/evas-engine-buffer/Makefile Fri May 3 09:53:54 2013 (r317189)
@@ -20,6 +20,9 @@ DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
+.if defined(.PARSEDIR)
+USE_GMAKE= yes
+.endif
USE_EFL= evas librt_hack libtool_hack
USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/buffer
Modified: head/graphics/evas-loader-jpeg/Makefile
==============================================================================
--- head/graphics/evas-loader-jpeg/Makefile Fri May 3 09:41:29 2013 (r317188)
+++ head/graphics/evas-loader-jpeg/Makefile Fri May 3 09:53:54 2013 (r317189)
@@ -21,6 +21,9 @@ DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
+.if defined(.PARSEDIR)
+USE_GMAKE= yes
+.endif
USE_EFL= evas librt_hack libtool_hack
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list