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.
This commit is contained in:
parent
3692e04642
commit
7227221cf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70518
4 changed files with 18 additions and 4 deletions
|
@ -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
|
||||
|
|
8
x11/kdelibs3/files/patch-kdecore-kasyncio.cpp
Normal file
8
x11/kdelibs3/files/patch-kdecore-kasyncio.cpp
Normal file
|
@ -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"
|
|
@ -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
|
||||
|
|
8
x11/kdelibs4/files/patch-kdecore-kasyncio.cpp
Normal file
8
x11/kdelibs4/files/patch-kdecore-kasyncio.cpp
Normal file
|
@ -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"
|
Loading…
Reference in a new issue