diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-23 15:37:25 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-23 15:37:25 +0000 |
commit | 1b11f2a57ba02ea616273a2d1c06f58288c1eb60 (patch) | |
tree | 56e9599480605af83b46fd7575b64371130a9921 /sysutils/kcpuload/files/patch-kcpuload_Makefile.in | |
parent | - Make fetchable (diff) |
Remove inclusion of "${PORTSDIR}/x11/kde3/Makefile.kde", fix PTHREAD_LIBS
safeness, reset MAINTAINER to ports.
Approved by: kuriyama (former maintainer)
Notes
Notes:
svn path=/head/; revision=109790
Diffstat (limited to 'sysutils/kcpuload/files/patch-kcpuload_Makefile.in')
-rw-r--r-- | sysutils/kcpuload/files/patch-kcpuload_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/kcpuload/files/patch-kcpuload_Makefile.in b/sysutils/kcpuload/files/patch-kcpuload_Makefile.in new file mode 100644 index 000000000000..5b6dcda5ff9f --- /dev/null +++ b/sysutils/kcpuload/files/patch-kcpuload_Makefile.in @@ -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 \ |