mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04: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
10 changed files with 10 additions and 10 deletions
|
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../ecore-main/Makefile.inc>
|
.include "../ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-file
|
CONFIGURE_ARGS+= --enable-ecore-file
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --enable-openssl
|
||||||
CONFIGURE_ARGS+= --disable-openssl
|
CONFIGURE_ARGS+= --disable-openssl
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <../ecore-main/Makefile.inc>
|
.include "../ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-con \
|
CONFIGURE_ARGS+= --enable-ecore-con \
|
||||||
--enable-ecore-ipc
|
--enable-ecore-ipc
|
||||||
|
|
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-evas \
|
CONFIGURE_ARGS+= --enable-ecore-evas \
|
||||||
--enable-ecore-input \
|
--enable-ecore-input \
|
||||||
|
|
|
@ -28,7 +28,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-sdl \
|
CONFIGURE_ARGS+= --enable-ecore-sdl \
|
||||||
--enable-ecore-input
|
--enable-ecore-input
|
||||||
|
|
|
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_con
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_con
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-con
|
CONFIGURE_ARGS+= --enable-ecore-con
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-con \
|
CONFIGURE_ARGS+= --enable-ecore-con \
|
||||||
--enable-ecore-config \
|
--enable-ecore-config \
|
||||||
|
|
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_imf_evas
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-con \
|
CONFIGURE_ARGS+= --enable-ecore-con \
|
||||||
--enable-ecore-config \
|
--enable-ecore-config \
|
||||||
|
|
|
@ -26,7 +26,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-input
|
CONFIGURE_ARGS+= --enable-ecore-input
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ USE_LDCONFIG= yes
|
||||||
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas
|
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_input_evas
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-input \
|
CONFIGURE_ARGS+= --enable-ecore-input \
|
||||||
--enable-ecore-input_evas
|
--enable-ecore-input_evas
|
||||||
|
|
|
@ -28,7 +28,7 @@ BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_x
|
||||||
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
||||||
XEXTDIR= ${LOCALBASE}/include/X11/extensions
|
XEXTDIR= ${LOCALBASE}/include/X11/extensions
|
||||||
|
|
||||||
.include <../../devel/ecore-main/Makefile.inc>
|
.include "../../devel/ecore-main/Makefile.inc"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-ecore-x \
|
CONFIGURE_ARGS+= --enable-ecore-x \
|
||||||
--enable-ecore-input
|
--enable-ecore-input
|
||||||
|
|
Loading…
Add table
Reference in a new issue