diff options
author | olgeni <olgeni@FreeBSD.org> | 2007-12-10 04:15:56 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2007-12-10 04:15:56 +0800 |
commit | d07170a331e6a8db23daa28e1fb0784c045089fe (patch) | |
tree | d68fc3e8fc8ec036e3604cd18eaefce722680e51 /misc | |
parent | 9d80ccbe9593037b2a45e90c31d143aeb8749866 (diff) | |
download | freebsd-ports-gnome-d07170a331e6a8db23daa28e1fb0784c045089fe.tar.gz freebsd-ports-gnome-d07170a331e6a8db23daa28e1fb0784c045089fe.tar.zst freebsd-ports-gnome-d07170a331e6a8db23daa28e1fb0784c045089fe.zip |
Unbreak on GCC 4.2.
PR: ports/118448
Submitted by: Bernd Luevelsmeyer <bdluevel(at)heitec.net>
Approved by: portsmgr (erwin)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ytree/Makefile | 8 | ||||
-rw-r--r-- | misc/ytree/files/patch-aa | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index d1c38903b8c8..a2371d928a4d 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -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> diff --git a/misc/ytree/files/patch-aa b/misc/ytree/files/patch-aa index 2b32bc6e848a..6fb770ced460 100644 --- a/misc/ytree/files/patch-aa +++ b/misc/ytree/files/patch-aa @@ -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 |