summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes')
-rw-r--r--Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes22
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes b/Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes
new file mode 100644
index 00000000000..09ac417052c
--- /dev/null
+++ b/Build/source/libs/gd/gd-2.0.35-PATCHES/TL-Changes
@@ -0,0 +1,22 @@
+Changes applied to the gd-2.0.35/ tree as obtained from:
+ http://www.libgd.org/releases/gd-2.0.35.tar.bz2
+
+Removed:
+ aclocal.m4
+ config/config.guess
+ config/config.rpath
+ config/config.sub
+ config/depcomp
+ config/install-sh
+ config/ltmain.sh
+ config/missing
+ config/mkinstalldirs
+ depcomp
+ install-sh
+ missing
+ mkinstalldirs
+
+Executed the command:
+ find -type f -perm /111 ! -name bdftogd ! -name configure -exec chmod -c a-x {} \;
+i.e., removed execute permissions from all files except bdftogd and configure.
+