diff options
author | Max Khon <fjoe@FreeBSD.org> | 2016-10-04 20:00:27 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2016-10-04 20:00:27 +0000 |
commit | 53302898b760d13e10c8df3a7b04676fbf9e01ef (patch) | |
tree | 3892dddc90778efccf49aa24977330b3f294f32c /misc/dahdi/files/patch-tools-menuselect-Makefile | |
parent | devel/fb-adb: update 64bit NDK (diff) |
- Fix dahdi_monitor argument parsing
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=423298
Diffstat (limited to 'misc/dahdi/files/patch-tools-menuselect-Makefile')
-rw-r--r-- | misc/dahdi/files/patch-tools-menuselect-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/dahdi/files/patch-tools-menuselect-Makefile b/misc/dahdi/files/patch-tools-menuselect-Makefile new file mode 100644 index 000000000000..7c5d3589e847 --- /dev/null +++ b/misc/dahdi/files/patch-tools-menuselect-Makefile @@ -0,0 +1,11 @@ +--- tools/menuselect/Makefile.orig 2016-10-04 19:53:16.199527000 +0000 ++++ tools/menuselect/Makefile 2016-10-04 19:53:31.943912000 +0000 +@@ -64,7 +64,7 @@ + $(OBJS) $(C_OBJS) $(N_OBJS) $(G_OBJS) $(M_OBJS): autoconfig.h menuselect.h + + makeopts autoconfig.h: autoconfig.h.in makeopts.in +- @./configure $(CONFIGURE_SILENT) CC= LD= AR= CFLAGS= ++ @./configure $(CONFIGURE_SILENT) CC=${CC} LD= AR= CFLAGS= + + $(ALL_TGTS): mxml/libmxml.a + |