1
0
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:
Stanislav Sedov 2011-07-08 18:50:54 +00:00
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

View File

@ -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

View 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

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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