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:
parent
2d40097128
commit
520abe7dcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160666
13
net/opal/files/patch-Makefile.in
Normal file
13
net/opal/files/patch-Makefile.in
Normal 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
|
13
net/opal3/files/patch-Makefile.in
Normal file
13
net/opal3/files/patch-Makefile.in
Normal 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
|
Loading…
Reference in New Issue
Block a user