diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-02-02 04:43:00 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-02-02 04:43:00 +0800 |
commit | a05af294e2c03c65397f497ca500652a50438f98 (patch) | |
tree | 171185cb13cf173bfbdb84c6b82260ef176fc9fe /cad/opencascade/Makefile | |
parent | a1be62588376e4386305d77e4293e9b3a8f796ee (diff) | |
download | freebsd-ports-gnome-a05af294e2c03c65397f497ca500652a50438f98.tar.gz freebsd-ports-gnome-a05af294e2c03c65397f497ca500652a50438f98.tar.zst freebsd-ports-gnome-a05af294e2c03c65397f497ca500652a50438f98.zip |
Fix building when installed.
Since I´m there, add 3 more doc files to plist, but do not bump PORTREVISION to
avoid a rebuild.
PR: 253085
Submitted by: greg (at) unrelenting.technology
Diffstat (limited to 'cad/opencascade/Makefile')
-rw-r--r-- | cad/opencascade/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 230be0ca1d87..b70ea8552874 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -109,8 +109,6 @@ pre-everything:: @${ECHO_MSG} "Warning: to build OpenCascade, you should have at least" @${ECHO_MSG} "2.6 Gb of free disk space in build area!" @${ECHO_MSG} - @${ECHO_MSG} "Warning: OpenCascade must be deinstalled before rebuilding it!" - @${ECHO_MSG} pre-patch: ${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|' \ |