diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-03 11:01:59 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-08-03 11:01:59 +0000 |
commit | dc5298614e44db44fe441a220d4299b4ae76e8a5 (patch) | |
tree | a2b2bc7944bd5199c11c6d8ba3bc2f161ac76215 /net-im/corebird/files/patch-Makefile.am | |
parent | - Update to 0.8.7 (diff) |
- Update corebird to 1.3 release
- Remove unneeded patches
- Drop libgee dependency
- Add USES=compiler:c++11-lang
Changelog:
https://github.com/baedert/corebird/releases/tag/1.3
Reviewed by: feld, junovitch (mentors)
Approved by: feld, junovitch (mentors)
Differential Revision: D7392
Diffstat (limited to 'net-im/corebird/files/patch-Makefile.am')
-rw-r--r-- | net-im/corebird/files/patch-Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/corebird/files/patch-Makefile.am b/net-im/corebird/files/patch-Makefile.am index 9a22d655b046..bdbdd1140745 100644 --- a/net-im/corebird/files/patch-Makefile.am +++ b/net-im/corebird/files/patch-Makefile.am @@ -1,10 +1,10 @@ ---- Makefile.am.orig 2016-02-29 16:55:42 UTC +--- Makefile.am.orig 2016-08-01 21:40:32 UTC +++ Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} --SUBDIRS = src ui data assets po tests -+SUBDIRS = src ui data assets po +-SUBDIRS = src data po tests ++SUBDIRS = src data po EXTRA_DIST = \ vapi/config.vapi \ |