mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Use quotes instead of brackets when including files using relative
paths in ecore ports. Apparently this causes problems when WRKDIRPREFIX is used. PR: ports/158609 Submitted by: Fabian Keil <fk@fabiankeil.de>
This commit is contained in:
parent
0f7d799624
commit
d2d6355b1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277357
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../ecore-main/Makefile.inc>
|
||||
.include "../ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-file
|
||||
|
||||
|
@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --enable-openssl
|
||||
CONFIGURE_ARGS+= --disable-openssl
|
||||
.endif
|
||||
|
||||
.include <../ecore-main/Makefile.inc>
|
||||
.include "../ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-con \
|
||||
--enable-ecore-ipc
|
||||
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-evas \
|
||||
--enable-ecore-input \
|
||||
|
@ -28,7 +28,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-sdl \
|
||||
--enable-ecore-input
|
||||
|
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_con
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-con
|
||||
|
||||
|
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-con \
|
||||
--enable-ecore-config \
|
||||
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-con \
|
||||
--enable-ecore-config \
|
||||
|
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-input
|
||||
|
||||
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-input \
|
||||
--enable-ecore-input_evas
|
||||
|
@ -28,7 +28,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_x
|
||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||
XEXTDIR= ${LOCALBASE}/include/X11/extensions
|
||||
|
||||
.include <../../devel/ecore-main/Makefile.inc>
|
||||
.include "../../devel/ecore-main/Makefile.inc"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-ecore-x \
|
||||
--enable-ecore-input
|
||||
|
Loading…
Reference in New Issue
Block a user