Emergency add ${PREFIX}/lib/libkdecore.la so kde ports install properly.
Once we have had time to discuss whether this is the best method to solve the broken configure behavior on most KDE ports, we will decide whether to keep this commit or not. Complained about by: scrappy
This commit is contained in:
parent
5a47c2f40d
commit
add2ed7652
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26992
@ -43,6 +43,7 @@ PLIST_SUB= LIBVER=${LIBVER}
|
||||
MAKE_ENV= SOMAJOR=${LIBMAJOR} SOMINOR=${LIBMINOR}
|
||||
|
||||
post-install:
|
||||
@${TOUCH} ${PREFIX}/lib/libkdecore.la
|
||||
.for LIB in jscript kab kdecore kdeui kfile kfm khtmlw kimgio kspell mediatool
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${LIBVER} ${PREFIX}/lib/lib${LIB}.so
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
|
@ -43,6 +43,7 @@ PLIST_SUB= LIBVER=${LIBVER}
|
||||
MAKE_ENV= SOMAJOR=${LIBMAJOR} SOMINOR=${LIBMINOR}
|
||||
|
||||
post-install:
|
||||
@${TOUCH} ${PREFIX}/lib/libkdecore.la
|
||||
.for LIB in jscript kab kdecore kdeui kfile kfm khtmlw kimgio kspell mediatool
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${LIBVER} ${PREFIX}/lib/lib${LIB}.so
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
|
@ -43,6 +43,7 @@ PLIST_SUB= LIBVER=${LIBVER}
|
||||
MAKE_ENV= SOMAJOR=${LIBMAJOR} SOMINOR=${LIBMINOR}
|
||||
|
||||
post-install:
|
||||
@${TOUCH} ${PREFIX}/lib/libkdecore.la
|
||||
.for LIB in jscript kab kdecore kdeui kfile kfm khtmlw kimgio kspell mediatool
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${LIBVER} ${PREFIX}/lib/lib${LIB}.so
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
|
@ -43,6 +43,7 @@ PLIST_SUB= LIBVER=${LIBVER}
|
||||
MAKE_ENV= SOMAJOR=${LIBMAJOR} SOMINOR=${LIBMINOR}
|
||||
|
||||
post-install:
|
||||
@${TOUCH} ${PREFIX}/lib/libkdecore.la
|
||||
.for LIB in jscript kab kdecore kdeui kfile kfm khtmlw kimgio kspell mediatool
|
||||
@${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${LIBVER} ${PREFIX}/lib/lib${LIB}.so
|
||||
.if ${PORTOBJFORMAT} == "aout"
|
||||
|
Loading…
Reference in New Issue
Block a user