aboutsummaryrefslogtreecommitdiff
path: root/libs/libgd/patches/100-no-cxx.patch
blob: 3deb6cc947d13e420e3497b60079519e3b3f5d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -24,8 +24,6 @@ SET (LIBGD_SRC_FILES
 	gd_io_dp.c
 	gd_io_file.c
 	gd_io_ss.c
-	gd_io_stream.cxx
-	gd_io_stream.h
 	gd_jpeg.c
 	gd_matrix.c
 	gd_nnquant.c
@@ -61,8 +59,6 @@ SET (LIBGD_SRC_FILES
 	gdhelpers.c
 	gdhelpers.h
 	gdkanji.c
-	gdpp.cxx
-	gdpp.h
 	gdtables.c
 	gdxpm.c
 	jisx0208.h
@@ -203,7 +199,6 @@ install(FILES
 	gdfonts.h
 	gdfontt.h
 	gdfx.h
-	gdpp.h
 	DESTINATION include)
 
 CONFIGURE_FILE(../config/gdlib.pc.cmake gdlib.pc @ONLY)