diff options
| author | Volker Stolz <vs@FreeBSD.org> | 2004-05-26 10:12:14 +0000 |
|---|---|---|
| committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-26 10:12:14 +0000 |
| commit | 1af872aa6b5b81dfe630746041737e3d9eb9d2ba (patch) | |
| tree | 2cdbdb3058c875791ea733b523c224e0f6c226f3 /net/opal3/files/patch-configurein | |
| parent | - Update to version 6.p1 (diff) | |
Fix build-issue when ffmpeg is installed.
PR: ports/59615
Submitted by: ume
Approved by: maintainer silence
Notes
Notes:
svn path=/head/; revision=110036
Diffstat (limited to 'net/opal3/files/patch-configurein')
| -rw-r--r-- | net/opal3/files/patch-configurein | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/net/opal3/files/patch-configurein b/net/opal3/files/patch-configurein index 3d6ff53673a9..edff8fef174b 100644 --- a/net/opal3/files/patch-configurein +++ b/net/opal3/files/patch-configurein @@ -1,6 +1,8 @@ -*** configure.in.orig Thu May 22 13:25:00 2003 ---- configure.in Sat Aug 23 07:52:44 2003 -*************** fi +Index: configure.in +diff -c configure.in.orig configure.in +*** configure.in.orig Thu May 22 21:25:00 2003 +--- configure.in Sun Nov 23 22:51:33 2003 +*************** *** 73,85 **** dnl ######################################################################## @@ -29,3 +31,20 @@ PWLIBDIR="/usr/local/share/pwlib/" fi echo "PWLib prefix set to.... $PWLIBDIR" +*************** +*** 96,102 **** + else + AC_CHECK_FILE(/usr/local/include/ffmpeg/avcodec.h, H323_AVCODEC=1) + if test "${H323_AVCODEC:-unset}" != "unset" ; then +! AVCODECINCLUDEDIR=/usr/local/include/ffmpeg + AVCODECLIBDIR=/usr/local/lib + fi + fi +--- 96,102 ---- + else + AC_CHECK_FILE(/usr/local/include/ffmpeg/avcodec.h, H323_AVCODEC=1) + if test "${H323_AVCODEC:-unset}" != "unset" ; then +! AVCODECINCLUDEDIR=/usr/local/include + AVCODECLIBDIR=/usr/local/lib + fi + fi |
