aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-03-18 18:56:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-03-18 18:56:47 +0000
commitfc95e245991202b4841c1d4226ef70f35b92a68c (patch)
tree574e9f2de8bc9b1801da72a85ba769f5ce5a11b6 /graphics
parentb42d9c1551bb52f2821f0bfa74c5ab2aa4bf99da (diff)
downloadports-fc95e245991202b4841c1d4226ef70f35b92a68c.tar.gz
ports-fc95e245991202b4841c1d4226ef70f35b92a68c.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/freetype-gl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/freetype-gl/Makefile b/graphics/freetype-gl/Makefile
index d65e3f47b646..dfc20cb3ba52 100644
--- a/graphics/freetype-gl/Makefile
+++ b/graphics/freetype-gl/Makefile
@@ -2,6 +2,7 @@
PORTNAME= freetype-gl
DISTVERSION= g20210208
+PORTREVISION= 1
CATEGORIES= graphics
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -26,9 +27,9 @@ GH_ACCOUNT= rougier
GH_TAGNAME= 647b062
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
@cd ${BUILD_WRKSRC} && \