pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnustep-gui



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Sep 21 03:43:22 UTC 2020

Modified Files:
        pkgsrc/x11/gnustep-gui: Makefile

Log Message:
(x11/gnustep-gui) Some edit to make build go furthur: GS_GC_UNHIDE/GS_GC_HIDE issue


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/x11/gnustep-gui/Makefile

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

Modified files:

Index: pkgsrc/x11/gnustep-gui/Makefile
diff -u pkgsrc/x11/gnustep-gui/Makefile:1.77 pkgsrc/x11/gnustep-gui/Makefile:1.78
--- pkgsrc/x11/gnustep-gui/Makefile:1.77        Fri Jun  5 12:49:17 2020
+++ pkgsrc/x11/gnustep-gui/Makefile     Mon Sep 21 03:43:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2020/06/05 12:49:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.78 2020/09/21 03:43:22 mef Exp $
 
 DISTNAME=      gnustep-gui-0.22.0
 PKGREVISION=   23
@@ -15,6 +15,21 @@ GNU_CONFIGURE=               yes
 CONFIGURE_ARGS+=       --exec-prefix=${PREFIX}/libexec/GNUstep
 MAKE_FILE=             GNUmakefile
 
+# problem:
+# | In file included from ../Headers/AppKit/AppKit.h:117:
+# | ../Headers/AppKit/NSWorkspace.h:169:14: error: redefinition of 'NSAppleEventDescriptor' as different kind of symbol
+# | typedef void NSAppleEventDescriptor;
+# |              ^
+# | /tmp/x11/gnustep-gui/work/.buildlink/include/Foundation/NSAppleEventDescriptor.h:36:12: note: previous definition is here
+# | @interface NSAppleEventDescriptor : NSObjec
+
+# hint: https://www.mail-archive.com/gnustep-cvs%gna.org@localhost/msg17908.html
+SUBST_CLASSES+=        gs
+SUBST_FILES.gs=        Source/NSAnimation.m
+SUBST_STAGE.gs=        pre-configure
+SUBST_SED.gs=  -e 's/GS_GC_UNHIDE//'
+SUBST_SED.gs+= -e 's/GS_GC_HIDE//'
+
 INSTALLATION_DIRS+=    share/GNUstep/Applications
 
 .include "../../devel/gnustep-base/buildlink3.mk"



Home | Main Index | Thread Index | Old Index