diff options
Diffstat (limited to 'devel/libcwd')
-rw-r--r-- | devel/libcwd/Makefile | 1 | ||||
-rw-r--r-- | devel/libcwd/files/patch-configure | 18 |
2 files changed, 16 insertions, 3 deletions
diff --git a/devel/libcwd/Makefile b/devel/libcwd/Makefile index 1eb5148e2104..ae8c85b6a1f5 100644 --- a/devel/libcwd/Makefile +++ b/devel/libcwd/Makefile @@ -8,6 +8,7 @@ PORTNAME= libcwd PORTVERSION= 0.99.45 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/libcwd/files/patch-configure b/devel/libcwd/files/patch-configure index b6f35812963b..33393f41d887 100644 --- a/devel/libcwd/files/patch-configure +++ b/devel/libcwd/files/patch-configure @@ -1,8 +1,20 @@ ---- configure.orig Tue May 31 03:06:27 2005 -+++ configure Tue Jan 24 17:51:36 2006 -@@ -22699,5 +22699,2 @@ +--- configure.orig Fri Nov 17 00:18:15 2006 ++++ configure Tue Mar 13 19:00:42 2007 +@@ -6293,6 +6293,7 @@ + echo "${ECHO_T}no" >&6; } + fi + ++cw_cv_sys_ps_wide_pid_option="-ww" + + # The PS_WIDE_PID_OPTION test is not needed when --disable-location is used. + if test x"$libcwd_config_location" = x"yes"; then +@@ -24201,9 +24202,6 @@ + + PCHOPTS= -if test "$cw_cv_prog_CXX_pch" = "yes"; then - PCHOPTS="-include pch.h" -fi + + ac_config_files="$ac_config_files include/libcwd/timestamp-config.h:include/libcwd/config.h.in" |