aboutsummaryrefslogtreecommitdiffstats
path: root/devel/valgrind-snapshot
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-06 20:25:54 +0800
committerlofi <lofi@FreeBSD.org>2004-08-06 20:25:54 +0800
commit1ada52bac97ea4409f7d37d3f22ed92146f45d45 (patch)
tree9d0304d26a63b4f2794e408d61a411bd3e9c5130 /devel/valgrind-snapshot
parent7f8ec3da6aad74e71ff0ae4923b59533cecc24ab (diff)
downloadfreebsd-ports-gnome-1ada52bac97ea4409f7d37d3f22ed92146f45d45.tar.gz
freebsd-ports-gnome-1ada52bac97ea4409f7d37d3f22ed92146f45d45.tar.zst
freebsd-ports-gnome-1ada52bac97ea4409f7d37d3f22ed92146f45d45.zip
Instead of just checking for PACKAGE_BUILDING, don't let the check for
procfs stop the portbuild at all. Displaying a warning is fine, breaking the build over a runtime requirement that does not break building the port is not.
Diffstat (limited to 'devel/valgrind-snapshot')
-rw-r--r--devel/valgrind-snapshot/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/valgrind-snapshot/Makefile b/devel/valgrind-snapshot/Makefile
index 8523035bbe6f..182b69aabf13 100644
--- a/devel/valgrind-snapshot/Makefile
+++ b/devel/valgrind-snapshot/Makefile
@@ -38,7 +38,6 @@ PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}'
pre-everything::
-.if !defined(PACKAGE_BUILDING)
.if ${PROCFS}
@${ECHO_CMD} ""
@${ECHO_CMD} "Check if procfs is running: YES"
@@ -52,8 +51,6 @@ pre-everything::
@${ECHO_CMD} "proc /proc procfs rw 0 0"
@${ECHO_CMD} ""
@${ECHO_CMD} "-----------------------------------------------------------"
- @${FALSE}
-.endif
.endif
pre-patch: