forked from Lainports/freebsd-ports
- 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)
18 lines
446 B
Text
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"
|