diff options
author | will <will@FreeBSD.org> | 2000-03-24 06:22:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-03-24 06:22:23 +0800 |
commit | d4c5e6d28e1ca4dce4256ae56a219d9ba85cd568 (patch) | |
tree | 0f3bb1938f3fa9ec7843b9169b865a307f1976d6 /x11/kdelibs2 | |
parent | e990bf54e988497f41606cbbc69300bab33e5bd9 (diff) | |
download | freebsd-ports-gnome-d4c5e6d28e1ca4dce4256ae56a219d9ba85cd568.tar.gz freebsd-ports-gnome-d4c5e6d28e1ca4dce4256ae56a219d9ba85cd568.tar.zst freebsd-ports-gnome-d4c5e6d28e1ca4dce4256ae56a219d9ba85cd568.zip |
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
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r-- | x11/kdelibs2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 444b62c32290..a1787306c6ca 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/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" |