aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-19 21:00:32 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-19 21:00:32 +0000
commit7227221cf230bf39845609a0b3cfd84aff16e016 (patch)
tree11637e820ffd9665bfe14f581a0558a420888b6b /x11/kdelibs4
parent3692e046422eee84a7cc1ff7b5a4abaea4764d60 (diff)
downloadports-7227221cf230bf39845609a0b3cfd84aff16e016.tar.gz
ports-7227221cf230bf39845609a0b3cfd84aff16e016.zip
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.
Notes
Notes: svn path=/head/; revision=70518
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/Makefile3
-rw-r--r--x11/kdelibs4/files/patch-kdecore-kasyncio.cpp8
2 files changed, 9 insertions, 2 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 4114020e2ff8..9660fcbbb3fc 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/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/kdelibs4/files/patch-kdecore-kasyncio.cpp b/x11/kdelibs4/files/patch-kdecore-kasyncio.cpp
new file mode 100644
index 000000000000..add5823dfe52
--- /dev/null
+++ b/x11/kdelibs4/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"