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-ab | |
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/patch-ab')
-rw-r--r-- | comms/bayonne/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
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)/\" |