mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
54ae39629f
- Fixing mirrors lists - Adding missing dependency with gettext. PR: ports/64456 Submitted by: maintainer
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
--- modules/_Image_FreeType/configure.orig Thu Mar 18 19:53:43 2004
|
|
+++ modules/_Image_FreeType/configure Thu Mar 18 19:55:48 2004
|
|
@@ -932,7 +932,8 @@
|
|
#line 933 "configure"
|
|
#include "confdefs.h"
|
|
|
|
-#include <freetype/freetype.h>
|
|
+#include <ft2build.h>
|
|
+#include FT_FREETYPE_H
|
|
|
|
int main() {
|
|
|