diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-17 01:06:58 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-17 01:06:58 +0000 |
commit | bd4724d1affc53fd76b8da03df075f4dbb77ea4f (patch) | |
tree | bd651a25643dc9517dbf6c1f8c6e00874625ecf1 /multimedia/rtmpdump | |
parent | 1fb830fc7d2275bfbf1055775d675281524d0026 (diff) | |
download | ports-bd4724d1affc53fd76b8da03df075f4dbb77ea4f.tar.gz ports-bd4724d1affc53fd76b8da03df075f4dbb77ea4f.zip |
Notes
Diffstat (limited to 'multimedia/rtmpdump')
-rw-r--r-- | multimedia/rtmpdump/files/patch-librtmp-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/rtmpdump/files/patch-librtmp-Makefile b/multimedia/rtmpdump/files/patch-librtmp-Makefile index 009d21a55bc6..775bd0b69bb0 100644 --- a/multimedia/rtmpdump/files/patch-librtmp-Makefile +++ b/multimedia/rtmpdump/files/patch-librtmp-Makefile @@ -1,5 +1,5 @@ --- librtmp/Makefile.orig 2013-10-07 03:52:05.000000000 +0900 -+++ librtmp/Makefile 2013-10-07 03:59:04.000000000 +0900 ++++ librtmp/Makefile 2013-10-17 10:05:14.000000000 +0900 @@ -1,19 +1,21 @@ VERSION=v2.4 @@ -66,7 +66,7 @@ install_base: librtmp.a librtmp.pc - -mkdir -p $(INCDIR) $(LIBDIR)/pkgconfig $(MANDIR)/man3 $(SODIR) -+ -mkdir -p $(INCDIR) $(LIBDATADIRDIR)/pkgconfig $(MANDIR)/man3 $(SODIR) ++ -mkdir -p $(INCDIR) $(LIBDATADIR)/pkgconfig $(MANDIR)/man3 $(SODIR) cp amf.h http.h log.h rtmp.h $(INCDIR) cp librtmp.a $(LIBDIR) - cp librtmp.pc $(LIBDIR)/pkgconfig |