freebsd-ports/sysutils/htop/files/patch-Makefile.am
Rong-En Fan a275b9de9c - Update to 0.8
- Enable unicode support
- Disable plsa lib (CPU affinity)

PR:		ports/125671
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by:	Tony Shadwick <tshadwick at oss-solutions.com> (maintainer)
2008-07-18 04:14:47 +00:00

18 lines
446 B
Text

--- Makefile.am.orig 2008-07-16 11:16:00.000000000 +0800
+++ Makefile.am 2008-07-16 11:16:14.000000000 +0800
@@ -1,5 +1,5 @@
-SUBDIRS = plpa-1.1
+SUBDIRS =
bin_PROGRAMS = htop
dist_man_MANS = htop.1
@@ -34,7 +34,7 @@
BUILT_SOURCES = $(myhtopheaders)
htop_SOURCES = $(myhtopheaders) $(myhtopsources) config.h debug.h
-htop_LDADD = $(top_builddir)/plpa-1.1/src/libplpa_included.la
+htop_LDADD =
profile:
$(MAKE) all CFLAGS="-pg -O2"