mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/freetype-gl: Add missing link flags for GLEW and freetype libraries
This commit is contained in:
parent
b42d9c1551
commit
fc95e24599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568755
1 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= freetype-gl
|
PORTNAME= freetype-gl
|
||||||
DISTVERSION= g20210208
|
DISTVERSION= g20210208
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||||
|
@ -26,9 +27,9 @@ GH_ACCOUNT= rougier
|
||||||
GH_TAGNAME= 647b062
|
GH_TAGNAME= 647b062
|
||||||
|
|
||||||
CMAKE_ON= BUILD_SHARED_LIBS
|
CMAKE_ON= BUILD_SHARED_LIBS
|
||||||
CMAKE_OFF= freetype-gl_BUILD_DEMOS freetype-gl_BUILD_APIDOC freetype-gl_BUILD_TESTS # DEMOS depend on graphics/anttweakbar
|
CMAKE_OFF= freetype-gl_BUILD_DEMOS freetype-gl_BUILD_APIDOC freetype-gl_BUILD_TESTS # DEMOS depend on graphics/anttweakbar, glfw3
|
||||||
|
|
||||||
# DEMOS depend on glfw3
|
LDFLAGS+= -L${LOCALBASE}/lib -lGLEW -lfreetype # https://github.com/rougier/freetype-gl/issues/236
|
||||||
|
|
||||||
do-test: # build breaks: https://github.com/rougier/freetype-gl/issues/234
|
do-test: # build breaks: https://github.com/rougier/freetype-gl/issues/234
|
||||||
@cd ${BUILD_WRKSRC} && \
|
@cd ${BUILD_WRKSRC} && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue