Skip to content

Commit

Permalink
graphics/libmng: reinstate the accidentally-deleted old patch
Browse files Browse the repository at this point in the history
PR:	276145, 276182
  • Loading branch information
Mikhail Teterin authored and Mikhail Teterin committed Jan 8, 2024
1 parent 2ce8876 commit bc88132
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions graphics/libmng/files/patch-conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++ libmng_conf.h Tue Oct 18 00:23:11 2005
@@ -100,4 +100,8 @@
#endif

+#ifdef PIC
+# define MNG_BUILD_SO
+#endif
+
#ifndef MNG_SUPPORT_IJG6B
#if defined(MNG_BUILD_SO) || defined(MNG_USE_SO) || defined(MNG_BUILD_DLL) || defined(MNG_USE_DLL)
@@ -161,6 +165,6 @@
select MNG_APP_CMS */

-#define MNG_GAMMA_ONLY
-/* #define MNG_FULL_CMS */
+/* #define MNG_GAMMA_ONLY */
+#define MNG_FULL_CMS
/* #define MNG_APP_CMS */

0 comments on commit bc88132

Please sign in to comment.