mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix gsm workdir path after audio/gsm update
Reported by: pointyhat via pav
This commit is contained in:
parent
e16f6ce32f
commit
1ee38b716a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231964
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= The Visual Audio Tool - multicast audioconferencing
|
||||
|
||||
GSM_DIR= ${.CURDIR}/../../audio/gsm
|
||||
GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl12
|
||||
GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl13
|
||||
|
||||
# If configure is changed to look for libgsm.a in ${PREFIX}/lib, then
|
||||
# we can use this first BUILD_DEPENDS and save some work.
|
||||
|
|
|
@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= The Visual Audio Tool - multicast audioconferencing
|
||||
|
||||
GSM_DIR= ${.CURDIR}/../../audio/gsm
|
||||
GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl12
|
||||
GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl13
|
||||
|
||||
# If configure is changed to look for libgsm.a in ${PREFIX}/lib, then
|
||||
# we can use this first BUILD_DEPENDS and save some work.
|
||||
|
|
Loading…
Add table
Reference in a new issue