pkgsrc/graphics/cinepaint/patches/patch-app_install.c
ryoon a60fbf806c Update to 1.0.4
* Use FreeBSD patches to fix build and startup crash

Changelog:
I could not find it.
2018-12-31 13:11:12 +00:00

13 lines
357 B
C

$NetBSD: patch-app_install.c,v 1.1 2018/12/31 13:11:12 ryoon Exp $
--- app/install.c.orig 2008-10-25 18:53:45.000000000 +0000
+++ app/install.c
@@ -475,7 +475,7 @@ install_run (InstallCallback callback)
CP_TEXT_INSERT( font_strong, _("User Installation Log\n\n") );
-#if 1
+#if 0
{ const char* msg = UserInstall(gimp_directory());
if(msg)
{