Make a patch for config.charset
[gedcom-parse.git] / iconv / libiconv / patch_dist
index 4f9d3fc8148e3df2dd2e15a1a40eb18317b1fa8e..2f4d1fd3241b73b6b54a1a0c4cfb490ddbf9219b 100755 (executable)
@@ -60,7 +60,6 @@ do
   patch -s -b -p0 < $topdir/$file.patch
 done
 
-
 #############################################################################
 echo "Patching files in man subdirectory..."
 cd $libiconvdir/man
@@ -70,6 +69,15 @@ do
   patch -s -b -p0 < $topdir/$file.patch
 done
 
+#############################################################################
+echo "Patching files in libcharset/lib subdirectory..."
+cd $libiconvdir/libcharset/lib
+for file in config.charset
+do
+  echo "  $file"
+  patch -s -b -p0 < $topdir/$file.patch
+done
+
 #############################################################################
 echo "Generating flags..."
 cd $libiconvdir/lib