Skip to content

Commit

Permalink
graphics/gd: Unbreak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Mar 16, 2024
1 parent 7d8958e commit ee1f930
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/gd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libgd
PORTVERSION= 2.3.3
PORTREVISION= 9
PORTREVISION= 10
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
Expand Down
12 changes: 12 additions & 0 deletions graphics/gd/files/patch-tests_fontconfig_Makemodule.am
@@ -0,0 +1,12 @@
https://github.com/libgd/libgd/issues/367#issuecomment-2000499957

--- tests/fontconfig/Makemodule.am.orig 2021-09-11 04:41:44 UTC
+++ tests/fontconfig/Makemodule.am
@@ -1,5 +1,5 @@
-if HAVE_LIBFONTCONFIG
-if HAVE_LIBFREETYPE
+if !HAVE_LIBFONTCONFIG
+if !HAVE_LIBFREETYPE
libgd_test_programs += \
fontconfig/basic
endif

0 comments on commit ee1f930

Please sign in to comment.