mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libqt5pas, bump version (#10030)
This commit is contained in:
@@ -8,7 +8,7 @@ COPYRIGHT="2005-2013 Jan Van Hijfte
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/davidbannon/libqt5pas/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d6bac85d8bdf6b2aee4cebdf98e3195473bdea8b588e5d805952cb3f607786cf"
|
||||
CHECKSUM_SHA256="3249e1b389081e367cdf0e1fd154d473b57a98196b5fbbf64d1138fb99e97a9f"
|
||||
SOURCE_DIR="libqt5pas-$portVersion/cbindings"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
@@ -55,9 +55,9 @@ INSTALL()
|
||||
{
|
||||
#hack to fix the install path
|
||||
if [ "$targetArchitecture" = x86_64 ]; then
|
||||
sed -i "s|/boot/system/lib||" Makefile
|
||||
sed -i "s|(INSTALL_ROOT)/boot/system/lib|(INSTALL_ROOT)|" Makefile
|
||||
else
|
||||
sed -i "s|/boot/system/lib/x86||" Makefile
|
||||
sed -i "s|(INSTALL_ROOT)/boot/system/lib/x86|(INSTALL_ROOT)|" Makefile
|
||||
fi
|
||||
|
||||
make INSTALL_ROOT=$libDir install
|
||||
Reference in New Issue
Block a user