diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-02-27 09:38:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-02-27 09:38:57 +0000 |
commit | df8763c4438a51dc5374f86b2cb9a31e4a2ad35a (patch) | |
tree | a74da97c866bd129f5e943cccc8bad5788d46855 /sysutils/fusefs-ext4fuse/Makefile | |
parent | 14311fa59c6524bb4d62646f641cc10cee67efba (diff) | |
download | ports-df8763c4438a51dc5374f86b2cb9a31e4a2ad35a.tar.gz ports-df8763c4438a51dc5374f86b2cb9a31e4a2ad35a.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-ext4fuse/Makefile')
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index 1fd9f47579d0..506f8fe6b265 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -25,6 +25,9 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes +# explicitly empty to fix a cross compiling related issue (PR: 165480) +MAKE_ENV+= TARGET_ARCH= + ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/ext4fuse |