diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
commit | 0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch) | |
tree | b35c705d3b36af5129c9a15430528661add3b428 /misc/ytree/files/patch-Makefile | |
parent | Stage net-mgmt/routers2-extras and cleanup (diff) |
Rename misc/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'misc/ytree/files/patch-Makefile')
-rw-r--r-- | misc/ytree/files/patch-Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/ytree/files/patch-Makefile b/misc/ytree/files/patch-Makefile new file mode 100644 index 000000000000..e78baad061e4 --- /dev/null +++ b/misc/ytree/files/patch-Makefile @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile +@@ -87,8 +87,8 @@ + ########################### + # FreeBSD (Thanks to Peter Brevik) + ########################### +-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES +-#LDFLAGS = -lncurses -lmytinfo -lcompat ++CFLAGS = -DCOLOR_SUPPORT -DNCURSES ++LDFLAGS = -lncurses -lcompat + + ########################### + # MAC OS X |