pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/gifski



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 12 16:13:04 UTC 2023

Modified Files:
        pkgsrc/graphics/gifski: Makefile

Log Message:
gifski: remove unneeded clang dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/gifski/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gifski/Makefile
diff -u pkgsrc/graphics/gifski/Makefile:1.5 pkgsrc/graphics/gifski/Makefile:1.6
--- pkgsrc/graphics/gifski/Makefile:1.5 Mon Apr  3 11:06:48 2023
+++ pkgsrc/graphics/gifski/Makefile     Wed Apr 12 16:13:04 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/04/03 11:06:48 pin Exp $
+# $NetBSD: Makefile,v 1.6 2023/04/12 16:13:04 wiz Exp $
 
 DISTNAME=      gifski-1.10.3
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ImageOptim/}
 
@@ -15,13 +16,10 @@ USE_TOOLS+= pkg-config
 
 INSTALLATION_DIRS=     bin
 
-RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.clang}/lib
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/gifski \
                ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
-.include "../../lang/clang/buildlink3.mk"
 .include "../../multimedia/ffmpeg5/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index