mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libxaw, fix broken link (#4365)
This commit is contained in:
committed by
Jérôme Duval
parent
0f4fde2c1e
commit
b19f5d481d
@@ -10,7 +10,7 @@ COPYRIGHT="1985-1990, 1994, 1998 The Open Group
|
||||
1989 Prentice Hall
|
||||
1985-1989, 1991, 1994 X Consortium"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://www.x.org/releases/individual/lib/libXaw-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd"
|
||||
SOURCE_DIR="libXaw-$portVersion"
|
||||
@@ -26,7 +26,6 @@ libVersionCompat7="$libVersion7 compat >= 7"
|
||||
|
||||
PROVIDES="
|
||||
libxaw$secondaryArchSuffix = $portVersion
|
||||
lib:libxaw$secondaryArchSuffix
|
||||
lib:libxaw6$secondaryArchSuffix = $libVersionCompat6
|
||||
lib:libxaw7$secondaryArchSuffix = $libVersionCompat7
|
||||
"
|
||||
@@ -41,6 +40,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
libxaw${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libXaw$secondaryArchSuffix
|
||||
devel:libXaw6$secondaryArchSuffix = $libVersionCompat6
|
||||
devel:libXaw7$secondaryArchSuffix = $libVersionCompat7
|
||||
"
|
||||
@@ -102,6 +102,7 @@ INSTALL()
|
||||
rm -f $libDir/libXaw*.la
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libXaw \
|
||||
libXaw6 \
|
||||
libXaw7
|
||||
fixPkgconfig
|
||||
|
||||
Reference in New Issue
Block a user