View | Details | Raw Unified | Return to bug 261035 | Differences between
and this patch

Collapse All | Expand All

(-)a/audio/baresip/Makefile.depends (-26 lines)
Removed Link Here
1
ALSA_DEPEND=	${LOCALBASE}/include/alsa/asoundlib.h:audio/alsa-lib
2
BV32_DEPEND=	# nonexistent
3
CONS_DEPEND=	# unnecessary
4
DTLS_SRTP_DEPEND=	# unnecessary
5
EVDEV_DEPEND=
6
FFMPEG_DEPEND=	${LOCALBASE}/include/libavcodec/avcodec.h:multimedia/ffmpeg
7
G711_DEPEND=	${LOCALBASE}/include/spandsp/g711.h:comms/spandsp
8
G722_DEPEND=	${LOCALBASE}/include/spandsp/g722.h:comms/spandsp
9
G722_1_DEPEND=	# nonexistent
10
GSM_DEPEND=	${LOCALBASE}/include/gsm.h:audio/gsm
11
GSTREAMER_DEPEND=	gst-launch-1.0:multimedia/gstreamer1
12
ILBC_DEPEND=	${LOCALBASE}/include/ilbc/iLBC_define.h:net/ilbc
13
L16_DEPEND=	
14
OPUS_DEPEND=	${LOCALBASE}/include/opus/opus.h:audio/opus
15
OSS_DEPEND=	# In base
16
PLC_DEPEND=	${LOCALBASE}/include/spandsp/plc.h:comms/spandsp
17
PORTAUDIO_DEPEND=	${LOCALBASE}/include/portaudio.h:audio/portaudio
18
PULSEAUDIO_DEPEND=	${LOCALBASE}/include/pulse/pulseaudio.h:audio/pulseaudio
19
SDL_DEPEND=	# Handled with USE_SDL in Makefile
20
SNDFILE_DEPEND=	${LOCALBASE}/include/sndfile.h:audio/libsndfile
21
SPEEX_DEPEND=	${LOCALBASE}/include/speex/speex.h:audio/speex
22
STDIO_DEPEND=	# In base
23
UUID_DEPEND=	${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid
24
V4L_DEPEND=	${LOCALBASE}/include/linux/videodev.h:multimedia/v4l_compat
25
V4L2_DEPEND=	${LOCALBASE}/include/libv4l2.h:multimedia/libv4l
26
X11_DEPEND=	# Handled with USE_XORG in Makefile
(-)a/audio/re/files/patch-mk_re.mk (-13 lines)
Removed Link Here
1
--- mk/re.mk.orig	2016-04-15 07:09:59 UTC
2
+++ mk/re.mk
3
@@ -75,9 +75,6 @@ endif
4
 ifeq ($(CC),)
5
 	CC := gcc
6
 endif
7
-ifeq ($(CC),cc)
8
-	CC := gcc
9
-endif
10
 LD := $(CC)
11
 CC_LONGVER := $(shell if $(CC) -v 2>/dev/null; then \
12
 						$(CC) -v 2>&1 ;\
13
- 

Return to bug 261035