pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tigervnc



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  8 16:47:34 UTC 2022

Modified Files:
        pkgsrc/net/tigervnc: Makefile

Log Message:
tigervnc: set INSTALL_TARGET as CMake stripping does not work for automake targets


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/tigervnc/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/tigervnc/Makefile
diff -u pkgsrc/net/tigervnc/Makefile:1.51 pkgsrc/net/tigervnc/Makefile:1.52
--- pkgsrc/net/tigervnc/Makefile:1.51   Tue Jun 28 11:35:20 2022
+++ pkgsrc/net/tigervnc/Makefile        Mon Aug  8 16:47:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2022/06/28 11:35:20 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2022/08/08 16:47:34 adam Exp $
 
 DISTNAME=              tigervnc-1.12.0
 PKGNAME=               ${DISTNAME}.1.20.13
@@ -33,6 +33,7 @@ USE_LANGUAGES=        c c++
 USE_TOOLS+=    intltool msgfmt msgmerge patch perl:run autoconf automake autoreconf pkg-config gmake bash:run
 BUILD_DIRS=    . unix/xserver
 INSTALL_DIRS=  . unix/xserver/hw/vnc
+INSTALL_TARGET=        install
 
 CMAKE_ARGS+=           CMAKE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR}
 # for reallocarray()



Home | Main Index | Thread Index | Old Index