mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix breakage caused by the recent freetype overhaul.
Submitted by: bento
This commit is contained in:
parent
fa79c7a9af
commit
6ba3471630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56298
@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
SHARE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
PYDIST_SETUP= cd ${WRKSRC} && ${PYTHON_CMD} setup.py
|
||||
|
||||
INC_DIRS= ["${LOCALBASE}/include/freetype1","${LOCALBASE}/include","${X11BASE}/include","${LOCALBASE}/include/freetype"]
|
||||
INC_DIRS= ["${LOCALBASE}/include/freetype1","${LOCALBASE}/include","${X11BASE}/include","${LOCALBASE}/include/freetype1/freetype"]
|
||||
LIB_DIRS= ["${LOCALBASE}/lib","${X11BASE}/lib"]
|
||||
REPATCH= cd ${WRKSRC} && ${SED}
|
||||
REPATCHSUBST= -e 's@^\(.*libraries.*\)$$@\1include_dirs=${INC_DIRS},library_dirs=${LIB_DIRS},@g'
|
||||
|
Loading…
Reference in New Issue
Block a user