freebsd-ports/sysutils/htop/files/patch-configure.ac
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

14 lines
660 B
Text

--- configure.ac.orig 2008-07-16 10:48:24.000000000 +0800
+++ configure.ac 2008-07-16 10:48:36.000000000 +0800
@@ -84,11 +84,5 @@
AC_CHECK_FILE($PROCDIR/stat,,AC_MSG_ERROR(Cannot find /proc/stat. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
AC_CHECK_FILE($PROCDIR/meminfo,,AC_MSG_ERROR(Cannot find /proc/meminfo. Make sure you have a Linux-compatible /proc filesystem mounted. See the file README for help.))
-PLPA_INCLUDED(plpa-1.1)
-PLPA_INIT(plpa_happy=yes, plpa_happy=no)
-if test "x$plpa_happy" = xno; then
- AC_MSG_ERROR([Failed to initialize PLPA.])
-fi
-
AC_CONFIG_FILES([Makefile])
AC_OUTPUT