aboutsummaryrefslogtreecommitdiff
path: root/libs/libgd/patches/100-no-cxx.patch
blob: 63c733ab1bae76e8d4cb01476455f58f90fae674 (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
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -18,7 +18,6 @@ SET (LIBGD_SRC_FILES
 	gd_io_dp.c
 	gd_io_file.c
 	gd_io_ss.c
-	gd_io_stream.cxx
 	gd_jpeg.c
 	gd_matrix.c
 	gd_nnquant.c
@@ -44,7 +43,6 @@ SET (LIBGD_SRC_FILES
 	gdfx.c
 	gdhelpers.c
 	gdkanji.c
-	gdpp.cxx
 	gdtables.c
 	gdxpm.c
 	wbmp.c
@@ -193,7 +191,6 @@ install(FILES
 	gdfonts.h
 	gdfontt.h
 	gdfx.h
-	gdpp.h
 	DESTINATION include)
 
 CONFIGURE_FILE(../config/gdlib.pc.cmake gdlib.pc @ONLY)