Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Use gcc 4.2 for open-vm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Oct 16, 2013
1 parent c8725bb commit 04c8833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-files/ports-overlay/emulators/open-vm-tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER}
GNU_CONFIGURE= yes
USES= pkgconfig
USE_LDCONFIG= yes
USE_GCC= yes
USE_GCC= 4.2
CPPFLAGS+= -Wno-deprecated-declarations

SSP_UNSAFE= kernel module does not support ssp
Expand Down

0 comments on commit 04c8833

Please sign in to comment.