summaryrefslogtreecommitdiff
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-23 22:22:23 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-23 22:22:23 +0000
commitadd2ed7652274788c90d9f3e755b0d9a1b294619 (patch)
tree2b39d10b0c50a94f072888c026bbfbb7b8487ee3 /x11/kdelibs4
parentremove aout support (diff)
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
Notes
Notes: svn path=/head/; revision=26992
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 444b62c32290..a1787306c6ca 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -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"