mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBS
safeness, reset MAINTAINER to ports. Approved by: kuriyama (former maintainer)
This commit is contained in:
parent
d4b3b6b5ad
commit
1b11f2a57b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109790
@ -11,7 +11,7 @@ PORTREVISION= 4
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= http://www.brueffer.de/distfiles/
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
MAINTAINER= ports@freebsd.org
|
||||
COMMENT= CPU meter for Kicker
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
@ -19,8 +19,7 @@ GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
11
sysutils/kcpuload/files/patch-kcpuload_Makefile.in
Normal file
11
sysutils/kcpuload/files/patch-kcpuload_Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- kcpuload/Makefile.in.orig Sun May 23 17:03:46 2004
|
||||
+++ kcpuload/Makefile.in Sun May 23 17:10:01 2004
|
||||
@@ -265,7 +265,7 @@
|
||||
|
||||
kcpuload_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
||||
|
||||
-kcpuload_LDADD = $(LIB_KDEUI)
|
||||
+kcpuload_LDADD = $(LIB_KDEUI) $(LIBPTHREAD)
|
||||
|
||||
kcpuload_SOURCES = \
|
||||
icontoggleaction.cpp \
|
Loading…
Reference in New Issue
Block a user