mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
Patches:
- fixed build error on 4.x - patched lib/pkgconfig/jrtplib.pc to libdata/pkgconfig/jrtplib.pc - added missing libdata/pkgconfig/jrtplib.pc in pkg-plist PR: 96033 Submitted by: Yi-Huan Chan <yhchan@csie.nctu.edu.tw> Approved by: maintainer
This commit is contained in:
parent
17c17425f1
commit
440c930247
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159977
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= jrtplib
|
||||
PORTVERSION= 3.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
|
||||
|
||||
@ -20,4 +21,8 @@ NO_FILTER_SHLIBS= yes
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --disable-jthread
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
|
||||
${WRKSRC}/pkgconfig/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
10
devel/jrtplib/files/patch-src-rtperrors.h
Normal file
10
devel/jrtplib/files/patch-src-rtperrors.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/rtperrors.h Tue Feb 21 17:31:13 2006
|
||||
+++ src/rtperrors.h Sun Apr 16 20:46:09 2006
|
||||
@@ -34,6 +34,7 @@
|
||||
|
||||
#define RTPERRORS_H
|
||||
|
||||
+#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
std::string RTPGetErrorString(int errcode);
|
@ -49,4 +49,5 @@ lib/libjrtp-3.5.2.so
|
||||
lib/libjrtp.a
|
||||
lib/libjrtp.la
|
||||
lib/libjrtp.so
|
||||
libdata/pkgconfig/jrtplib.pc
|
||||
@dirrm include/jrtplib3
|
||||
|
Loading…
Reference in New Issue
Block a user