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/patch-aa | |
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>
Notes
Notes:
svn path=/head/; revision=34663
Diffstat (limited to 'comms/bayonne/files/patch-aa')
-rw-r--r-- | comms/bayonne/files/patch-aa | 13 |
1 files changed, 13 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, |