pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/freerdp2
Module Name: pkgsrc
Committed By: markd
Date: Sat Aug 17 00:42:06 UTC 2024
Modified Files:
pkgsrc/net/freerdp2: Makefile
Log Message:
freerdp2: and fix ffmpeg path
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/freerdp2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/freerdp2/Makefile
diff -u pkgsrc/net/freerdp2/Makefile:1.47 pkgsrc/net/freerdp2/Makefile:1.48
--- pkgsrc/net/freerdp2/Makefile:1.47 Thu Aug 15 20:41:32 2024
+++ pkgsrc/net/freerdp2/Makefile Sat Aug 17 00:42:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/08/15 20:41:32 markd Exp $
+# $NetBSD: Makefile,v 1.48 2024/08/17 00:42:06 markd Exp $
DISTNAME= freerdp-2.11.7
PKGNAME= ${DISTNAME:S/freerdp-/freerdp2-/1}
@@ -23,7 +23,7 @@ CMAKE_ARGS+= -DWITH_CHANNELS=ON
CMAKE_ARGS+= -DWITH_JPEG=ON
CMAKE_ARGS+= -DWITH_GSTREAMER_1_0=OFF
-CMAKE_ARGS+= -DAVCODEC_LIBRARY=${PREFIX}/lib/ffmpeg5/libavcodec.so
+CMAKE_ARGS+= -DAVCODEC_LIBRARY=${PREFIX}/lib/ffmpeg6/libavcodec.so
CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
Home |
Main Index |
Thread Index |
Old Index