diff options
author | Frederic Culot <culot@FreeBSD.org> | 2011-05-04 18:41:43 +0800 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2011-05-04 18:41:43 +0800 |
commit | cede6f9e86ab1a2d9b469bbaddf6bf2edc53db1d (patch) | |
tree | 7d4afa7c8603c2ac9baa03bee216f56850e1edec /cad | |
parent | 715be5b910a0921236db71857826ddc3c8304485 (diff) | |
download | freebsd-ports-gnome-cede6f9e86ab1a2d9b469bbaddf6bf2edc53db1d.tar.gz freebsd-ports-gnome-cede6f9e86ab1a2d9b469bbaddf6bf2edc53db1d.tar.zst freebsd-ports-gnome-cede6f9e86ab1a2d9b469bbaddf6bf2edc53db1d.zip |
- Fix compilation issues on amd64
Reported by: pointyhat via pav@
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer, via irc)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 350172f4788b..e610f00fe675 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ TKINCDIR=${LOCALBASE}/include/tk8.5 CONFIGURE_ARGS+=--with-libs="-lpng ${EXTRA_LIBS}" --program-transform-name="" \ --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/libs \ - --disable-jove-build --disable-strict-build \ + --disable-jove-build --disable-strict-build --disable-warnings \ --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} \ --with-tkinclude=${TK_INCDIR} PLIST_SUB+= PORTVERSION=${PORTVERSION} |