pkgsrc-Users archive

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

Re: top breaking package: gnustep-gui



Attache change make a little bit difference,
Is it too rude  ?


| 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

(etc)

-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/gnustep-gui/Makefile,v
retrieving revision 1.77
diff -u -r1.77 Makefile
--- Makefile	5 Jun 2020 12:49:17 -0000	1.77
+++ Makefile	23 Jul 2020 00:55:31 -0000
@@ -15,6 +15,12 @@
 CONFIGURE_ARGS+=	--exec-prefix=${PREFIX}/libexec/GNUstep
 MAKE_FILE=		GNUmakefile
 
+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