diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2024-08-11 20:17:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:37 +0700 |
commit | d5de8a0ae8fc5b4fad07ad25b88b229c7f5dde82 (patch) | |
tree | c7bdc817cf58bfb1e3653cc50ad40774f05cea80 /libraries/poco/poco_x64.patch | |
parent | 14c0ac74bb322f5f9d44bf59f8ae328838b0cb51 (diff) |
libraries/poco: Updated for version 1.13.3
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/poco/poco_x64.patch')
-rw-r--r-- | libraries/poco/poco_x64.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libraries/poco/poco_x64.patch b/libraries/poco/poco_x64.patch deleted file mode 100644 index 40966da0b27c..000000000000 --- a/libraries/poco/poco_x64.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- poco-1.7.3-all/Makefile.original 2016-05-21 10:30:38.468392077 +0100 -+++ poco-1.7.3-all/Makefile 2016-05-21 10:31:06.823679098 +0100 -@@ -95,7 +95,7 @@ - - install: libexecs - mkdir -p $(INSTALLDIR)/include/Poco -- mkdir -p $(INSTALLDIR)/lib -+ mkdir -p $(INSTALLDIR)/lib64 - mkdir -p $(INSTALLDIR)/bin - for comp in $(filter-out $(foreach f,$(OMIT),$f%),$(COMPONENTS)) ; do \ - if [ -d "$(POCO_BASE)/$$comp/include" ] ; then \ -@@ -109,8 +109,8 @@ - find $(POCO_BUILD)/lib/$(OSNAME)/$(OSARCH) -name "cygPoco*" -type f -exec cp -f {} $(INSTALLDIR)/bin \; - find $(POCO_BUILD)/lib/$(OSNAME)/$(OSARCH) -name "cygPoco*" -type l -exec cp -Rf {} $(INSTALLDIR)/bin \; - endif -- find $(POCO_BUILD)/lib/$(OSNAME)/$(OSARCH) -name "libPoco*" -type f -exec cp -f {} $(INSTALLDIR)/lib \; -- find $(POCO_BUILD)/lib/$(OSNAME)/$(OSARCH) -name "libPoco*" -type l -exec cp -Rf {} $(INSTALLDIR)/lib \; -+ find $(POCO_BUILD)/lib/$(OSNAME)/$(OSARCH) -name "libPoco*" -type f -exec cp -f {} $(INSTALLDIR)/lib64 \; -+ find $(POCO_BUILD)/lib/$(OSNAME)/$(OSARCH) -name "libPoco*" -type l -exec cp -Rf {} $(INSTALLDIR)/lib64 \; - - libexecs = Foundation-libexec XML-libexec JSON-libexec Util-libexec Net-libexec Crypto-libexec NetSSL_OpenSSL-libexec Data-libexec Data/SQLite-libexec Data/ODBC-libexec Data/MySQL-libexec MongoDB-libexec Zip-libexec PageCompiler-libexec PageCompiler/File2Page-libexec - tests = Foundation-tests XML-tests JSON-tests Util-tests Net-tests Crypto-tests NetSSL_OpenSSL-tests Data-tests Data/SQLite-tests Data/ODBC-tests Data/MySQL-tests MongoDB-tests Zip-tests |