diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-06-08 15:26:57 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-06-08 15:26:57 +0000 |
commit | 6d73d3b15661c001b80751e0e4c22f71a1cc085b (patch) | |
tree | f9ba259bd0989e607e212aefda489e318ee2b420 /graphics/inventor/files/patch-ivcommondefs | |
parent | - switch to USERS/GROUPS (diff) |
- fix build on amd64, enable that platform
PR: 157704
Submitted by: gahr@FreeBSD.org
Approved by: Christian Gusenbauer <c47g@gmx.at> (maintainer)
Diffstat (limited to 'graphics/inventor/files/patch-ivcommondefs')
-rw-r--r-- | graphics/inventor/files/patch-ivcommondefs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inventor/files/patch-ivcommondefs b/graphics/inventor/files/patch-ivcommondefs index 53aaf37ce68d..c894661c958b 100644 --- a/graphics/inventor/files/patch-ivcommondefs +++ b/graphics/inventor/files/patch-ivcommondefs @@ -61,7 +61,7 @@ # +ifeq ($(usingFreeBSD), 1) -+IVPREFIX = ${LOCALBASE} ++IVPREFIX = ${PREFIX} +else IVPREFIX = /usr +endif |