View | Details | Raw Unified | Return to bug 116815
Collapse All | Expand All

(-)Makefile (-7 / +1 lines)
Lines 25-34 Link Here
25
post-patch:
25
post-patch:
26
	@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
26
	@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
27
27
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.mk>
29
30
.if ${OSVERSION} >= 700042
31
BROKEN=		Does not compile with GCC 4.2
32
.endif
33
34
.include <bsd.port.post.mk>
(-)files/patch-kgpg-kgpg_kgpgeditor.h (+11 lines)
Added Link Here
1
--- kgpg/kgpg/kgpgeditor.h.orig	2007-10-01 22:48:13.000000000 +0200
2
+++ kgpg/kgpg/kgpgeditor.h	2007-10-01 22:50:17.000000000 +0200
3
@@ -54,7 +54,7 @@
4
 
5
  
6
  
7
- class KgpgApp : public KMainWindow
8
+ class KgpgView;  class KgpgApp : public KMainWindow
9
   {
10
     Q_OBJECT
11
 

Return to bug 116815