1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-07 14:04:01 +00:00

update the freetype demos to 2.13.3 also

This commit is contained in:
Kalamatee
2025-05-24 00:37:30 +01:00
committed by deadwood
parent d0ad74c93e
commit 6a43644654
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
diff -ruN ft2demos-2.13.0/graph/aros/graros.c ft2demos-2.13.0.aros/graph/aros/graros.c
--- ft2demos-2.13.0/graph/aros/graros.c 1970-01-01 00:00:00.000000000 +0000
+++ ft2demos-2.13.0.aros/graph/aros/graros.c 2021-01-08 23:10:06.320000000 +0000
diff -ruN ft2demos-2.13.3/graph/aros/graros.c ft2demos-2.13.3.aros/graph/aros/graros.c
--- ft2demos-2.13.3/graph/aros/graros.c 1970-01-01 00:00:00.000000000 +0000
+++ ft2demos-2.13.3.aros/graph/aros/graros.c 2021-01-08 23:10:06.320000000 +0000
@@ -0,0 +1,293 @@
+#include "graros.h"
+
@ -295,9 +295,9 @@ diff -ruN ft2demos-2.13.0/graph/aros/graros.c ft2demos-2.13.0.aros/graph/aros/gr
+
+ };
+
diff -ruN ft2demos-2.13.0/graph/aros/graros.h ft2demos-2.13.0.aros/graph/aros/graros.h
--- ft2demos-2.13.0/graph/aros/graros.h 1970-01-01 00:00:00.000000000 +0000
+++ ft2demos-2.13.0.aros/graph/aros/graros.h 2021-01-08 23:10:06.330000000 +0000
diff -ruN ft2demos-2.13.3/graph/aros/graros.h ft2demos-2.13.3.aros/graph/aros/graros.h
--- ft2demos-2.13.3/graph/aros/graros.h 1970-01-01 00:00:00.000000000 +0000
+++ ft2demos-2.13.3.aros/graph/aros/graros.h 2021-01-08 23:10:06.330000000 +0000
@@ -0,0 +1,24 @@
+#ifndef GRAROS_H
+#define GRAROS_H

View File

@ -44,8 +44,8 @@ include $(SRCDIR)/config/aros.cfg
#MM test-freetype-ftviewstatic : test-freetype-static-deps
FT2DEMOS := ftdmo
FT2VERS := 2130
FT2VERSION := 2.13.0
FT2VERS := 2133
FT2VERSION := 2.13.3
ARCHBASE := $(FT2DEMOS)$(FT2VERS)
ARCHDIR := ft2demos-$(FT2VERSION)
FT2SRCDIR := $(PORTSDIR)/$(FT2DEMOS)/$(ARCHDIR)