mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Unbreak on GCC 4.2.
PR: ports/118448 Submitted by: Bernd Luevelsmeyer <bdluevel(at)heitec.net> Approved by: portsmgr (erwin)
This commit is contained in:
parent
35a9136398
commit
2898fb6886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202928
@ -30,10 +30,4 @@ do-install:
|
||||
fi
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,7 +21,7 @@ $FreeBSD$
|
||||
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
||||
-#LDFLAGS = -lncurses -lmytinfo -lcompat
|
||||
+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
||||
+LDFLAGS = -lncurses -lmytinfo -lcompat
|
||||
+LDFLAGS = -lncurses -lcompat
|
||||
|
||||
###########################
|
||||
# MAC OS X
|
||||
|
Loading…
Reference in New Issue
Block a user