summaryrefslogtreecommitdiffhomepage
path: root/contrib/libpng/2.export.patch
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-12 22:07:03 +0100
committerAki <please@ignore.pl>2024-03-12 22:07:36 +0100
commit81bb6873f1c0291fecbf6e429ad15ac3db66a4c0 (patch)
treefd7552ecabeeffb45a1fbe3730ab62bc7a64dd85 /contrib/libpng/2.export.patch
parentf43d32d6d2cc7ecd04f4f06f20d5a6fc2c87c9ae (diff)
downloadstarshatter-81bb6873f1c0291fecbf6e429ad15ac3db66a4c0.zip
starshatter-81bb6873f1c0291fecbf6e429ad15ac3db66a4c0.tar.gz
starshatter-81bb6873f1c0291fecbf6e429ad15ac3db66a4c0.tar.bz2
Legal notices updated
Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc.
Diffstat (limited to 'contrib/libpng/2.export.patch')
-rw-r--r--contrib/libpng/2.export.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/libpng/2.export.patch b/contrib/libpng/2.export.patch
deleted file mode 100644
index 089ff85..0000000
--- a/contrib/libpng/2.export.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff '--color=auto' -arNu a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt 2024-03-03 02:11:53.952166254 +0100
-+++ b/CMakeLists.txt 2024-03-03 02:11:16.832164723 +0100
-@@ -380,12 +380,6 @@
- DESTINATION bin)
- endif()
-
--# On versions of CMake that support it, create an export file CMake
--# users can include() to import our targets
--if(PNG_EXPORT_RULE AND NOT SKIP_INSTALL_EXPORT AND NOT SKIP_INSTALL_ALL )
-- install(EXPORT libpng DESTINATION lib/libpng FILE lib${PNG_LIB_NAME}.cmake)
--endif()
--
- # what's with libpng-$VER%.txt and all the extra files?
-
-