1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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
This commit is contained in:
Renato Botelho 2006-04-28 16:19:28 +00:00
parent 2d40097128
commit 520abe7dcf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160666
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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