diff options
author | alane <alane@FreeBSD.org> | 2002-11-19 21:00:32 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-19 21:00:32 +0000 |
commit | 57d5f40208beabbabbd6d446786a8470f3f04dec (patch) | |
tree | e8ca2363780bb7e8dd2cab7dd98de59875a1300e /x11/kdelibs3 | |
parent | 9447e36dea7eaa7dc499c74c415707bc8f42c972 (diff) | |
download | FreeBSD-ports-57d5f40208beabbabbd6d446786a8470f3f04dec.zip FreeBSD-ports-57d5f40208beabbabbd6d446786a8470f3f04dec.tar.gz |
Back out the heavy handed disabling of "--enable-final" in favor or
Stephen Kulow (Coolo)'s patch to Do The Right Thing with libkdefakes.
Bumped portrevision to force this out.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 3 | ||||
-rw-r--r-- | x11/kdelibs3/files/patch-kdecore-kasyncio.cpp | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 4114020..9660fcb 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -7,7 +7,7 @@ PORTNAME= kdelibs PORTVERSION= 3.0.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -42,7 +42,6 @@ CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install FONTSCALE= ${X11BASE}/lib/X11/fonts/PEX/Roman.phont FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc -_NO_KDE_FINAL= yes .include "${.CURDIR}/../kde3/Makefile.kde" USE_GMAKE= yes diff --git a/x11/kdelibs3/files/patch-kdecore-kasyncio.cpp b/x11/kdelibs3/files/patch-kdecore-kasyncio.cpp new file mode 100644 index 0000000..add5823 --- /dev/null +++ b/x11/kdelibs3/files/patch-kdecore-kasyncio.cpp @@ -0,0 +1,8 @@ +--- kdecore/kasyncio.cpp.orig Sun Mar 3 16:21:58 2002 ++++ kdecore/kasyncio.cpp Tue Nov 19 07:23:30 2002 +@@ -26,3 +26,5 @@ + void KAsyncIO::virtual_hook( int, void* ) + { /*BASE::virtual_hook( id, data );*/ } + ++#include "kasyncio.moc" ++#include "kgenericfactory.moc" |