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:
@ -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
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user