diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-28 03:02:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-28 03:02:54 +0800 |
commit | 02f4cd77ccf07f7e433416afae99833a33406053 (patch) | |
tree | 04189e53d15cf999afe0f1c7831518970a66bb3e /cad/admesh/files | |
parent | b665cce35e8006d1d16e6523d2e400ff562e9d2a (diff) | |
download | freebsd-ports-gnome-02f4cd77ccf07f7e433416afae99833a33406053.tar.gz freebsd-ports-gnome-02f4cd77ccf07f7e433416afae99833a33406053.tar.zst freebsd-ports-gnome-02f4cd77ccf07f7e433416afae99833a33406053.zip |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Fix build with clang
- Respects DOCS
PR: ports/172219
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Diffstat (limited to 'cad/admesh/files')
-rw-r--r-- | cad/admesh/files/patch-admesh.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/admesh/files/patch-admesh.c b/cad/admesh/files/patch-admesh.c new file mode 100644 index 000000000000..2dba43b3fba3 --- /dev/null +++ b/cad/admesh/files/patch-admesh.c @@ -0,0 +1,11 @@ +--- ./admesh.c.orig 1996-07-27 00:07:15.000000000 +0200 ++++ ./admesh.c 2012-10-27 21:01:18.374482756 +0200 +@@ -27,7 +27,7 @@ + + static void usage(int status, char *program_name); + +-void ++int + main(int argc, char **argv) + { + stl_file stl_in; |