summaryrefslogtreecommitdiff
path: root/devel/jrtplib/files/patch-src-rtperrors.h
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-04-20 01:53:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-04-20 01:53:46 +0000
commit440c930247399427227890d8d8016e606ee05214 (patch)
tree98b3a55c837a4f28559a9963d7e2da451ed0604a /devel/jrtplib/files/patch-src-rtperrors.h
parentBROKEN: Dynamically linked binary linked to old version of gtkhtml no (diff)
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
Notes
Notes: svn path=/head/; revision=159977
Diffstat (limited to 'devel/jrtplib/files/patch-src-rtperrors.h')
-rw-r--r--devel/jrtplib/files/patch-src-rtperrors.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/jrtplib/files/patch-src-rtperrors.h b/devel/jrtplib/files/patch-src-rtperrors.h
new file mode 100644
index 000000000000..491c0abc06c6
--- /dev/null
+++ b/devel/jrtplib/files/patch-src-rtperrors.h
@@ -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);