diff options
author | garga <garga@FreeBSD.org> | 2006-04-29 00:19:28 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-29 00:19:28 +0800 |
commit | 173b49e0f68be158a039ba0ec46c75ff5d70ba54 (patch) | |
tree | 6fcd9a4f242a4b72f08a6251a56d91079baa7d94 /net/opal3 | |
parent | 0528e4e16e8353cee86d9d74117ef1aa8a4dee65 (diff) | |
download | freebsd-ports-gnome-173b49e0f68be158a039ba0ec46c75ff5d70ba54.tar.gz freebsd-ports-gnome-173b49e0f68be158a039ba0ec46c75ff5d70ba54.tar.zst freebsd-ports-gnome-173b49e0f68be158a039ba0ec46c75ff5d70ba54.zip |
When net/asterisk is installed, net/opal does not build because it detects the
presence of include/libpri.h installed by net/asterisk, but the build fails.
To fix this problem, please add the port patch below submitted by
Matt Horan <matt@matthoran.com>.
PR: ports/95641
Submitted by: maintainer
Diffstat (limited to 'net/opal3')
-rw-r--r-- | net/opal3/files/patch-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/opal3/files/patch-Makefile.in b/net/opal3/files/patch-Makefile.in new file mode 100644 index 000000000000..155a5b377824 --- /dev/null +++ b/net/opal3/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- Makefile.in.orig Tue Apr 11 14:19:57 2006 ++++ Makefile.in Tue Apr 11 14:20:39 2006 +@@ -419,10 +419,6 @@ + SOURCES += $(OPAL_SRCDIR)/lids/vpblid.cxx + endif + +-ifdef HAS_SANGOMA +-SOURCES += $(OPAL_SRCDIR)/lids/sangomalid.cxx +-endif +- + + ################## + # Software codecs |