diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-13 23:09:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-12-13 23:09:13 +0000 |
commit | 94c05b97732e93c95013235b94645226c248315c (patch) | |
tree | e3547446d31c39fe2e3962a11a32045298a8935e /graphics/gnash/files/patch-configure.ac | |
parent | net-p2p/sonarr: Update to 2.0.0.4427 (diff) |
- update to git version
- use autoreconf
- add missing direct dependecies
- drop option ffmpeg0
- add more hardware acceleration
Notes
Notes:
svn path=/head/; revision=428533
Diffstat (limited to 'graphics/gnash/files/patch-configure.ac')
-rw-r--r-- | graphics/gnash/files/patch-configure.ac | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/gnash/files/patch-configure.ac b/graphics/gnash/files/patch-configure.ac new file mode 100644 index 000000000000..fda056143baf --- /dev/null +++ b/graphics/gnash/files/patch-configure.ac @@ -0,0 +1,20 @@ +--- configure.ac.orig 2016-07-21 14:25:09.000000000 +0200 ++++ configure.ac 2016-12-13 08:41:26.852652000 +0100 +@@ -4144,7 +4144,7 @@ + fi + echo " SSL libs are: $SSL_LIBS" + else +- PKG_ERR([No SSL development package is installed, but it's enabled."]) ++ PKG_ERR([No SSL development package is installed, but it's enabled.]) + fi + fi + +@@ -4157,7 +4157,7 @@ + fi + echo " SSH libs are: $SSH_LIBS" + else +- PKG_ERR([No SSH development package is installed, but it's enabled."]) ++ PKG_ERR([No SSH development package is installed, but it's enabled.]) + fi + fi + |