diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-11-02 19:43:29 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-11-02 19:43:29 +0000 |
commit | 21dd93001cb6c0dd39d19247cc3e6815e3d514b3 (patch) | |
tree | 9d844106b50aedfb3f5b8e3f1df954d30d91721d /comms/bayonne/files | |
parent | Correct substitutions in the do-configure target. (diff) |
New Port: comms/bayonne
Multi-line general purpose voice telephony server
PR: 21327
Submitted by: David Sugar <dyfet@ostel.com>
Diffstat (limited to 'comms/bayonne/files')
-rw-r--r-- | comms/bayonne/files/patch-aa | 13 | ||||
-rw-r--r-- | comms/bayonne/files/patch-ab | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/comms/bayonne/files/patch-aa b/comms/bayonne/files/patch-aa new file mode 100644 index 000000000000..bc7023229ae3 --- /dev/null +++ b/comms/bayonne/files/patch-aa @@ -0,0 +1,13 @@ +--- configure.in.orig Thu Nov 2 07:57:56 2000 ++++ configure.in Thu Nov 2 10:48:06 2000 +@@ -28,7 +28,10 @@ + OST_CCXX_FOX + OST_PORTIO + OST_STREAMS ++AC_LANG_SAVE ++AC_LANG_CPLUSPLUS + AC_CHECK_LIB(gnugetopt, getopt_long, [LIBS="$LIBS -lgnugetopt"]) ++AC_LANG_RESTORE + + AC_ARG_WITH(phonedev, [--without-phonedev Disable phonedev support], + ost_cv_phonedev_driver=false, diff --git a/comms/bayonne/files/patch-ab b/comms/bayonne/files/patch-ab new file mode 100644 index 000000000000..78fe3b355ca7 --- /dev/null +++ b/comms/bayonne/files/patch-ab @@ -0,0 +1,11 @@ +--- server/Makefile.in.orig Thu Nov 2 13:52:11 2000 ++++ server/Makefile.in Thu Nov 2 13:53:49 2000 +@@ -106,7 +106,7 @@ + EXTRA_DIST = server.h bayonne.conf bayonne.init bayonne.conf.in bayonne.sched $(man_MANS) baxs.in baxs + + pkgincludedir = ${includedir}/cc++ +-etc_prefix = /etc ++etc_prefix = @prefix@/etc + etc_suffix = .orig + + CXXFLAGS = @CXXFLAGS@ -DLIB_VERSION=\"/$(VERSION)/\" |