svn commit: r383182 - head/shells/pdksh
Rodrigo Osorio
rodrigo at FreeBSD.org
Fri Apr 3 23:50:17 UTC 2015
Author: rodrigo
Date: Fri Apr 3 23:50:15 2015
New Revision: 383182
URL: https://svnweb.freebsd.org/changeset/ports/383182
Log:
Fix build with gcc5
PR: 197920
Submitted by: marino
Modified:
head/shells/pdksh/Makefile
Modified: head/shells/pdksh/Makefile
==============================================================================
--- head/shells/pdksh/Makefile Fri Apr 3 23:42:55 2015 (r383181)
+++ head/shells/pdksh/Makefile Fri Apr 3 23:50:15 2015 (r383182)
@@ -22,6 +22,7 @@ LICENSE= BSD3CLAUSE
OPTIONS_DEFINE= STATIC
GNU_CONFIGURE= yes
+CPP+= -P
STATIC_CONFIGURE_ENV+= LDSTATIC=-static
More information about the svn-ports-head
mailing list