mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Remove the deprecated -fprermissive flag from CPPFLAGS as this breaks the
build on -CURRENT. Thanks to bland for spotting the problem. Reported by: bento via kris
This commit is contained in:
parent
1e47fd16a0
commit
18d548a7c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91467
@ -20,7 +20,7 @@ USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-fpermissive -I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user