diff options
-rw-r--r-- | lang/gscheme/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile index f4e68c97a4c1..b3d54bcfaf68 100644 --- a/lang/gscheme/Makefile +++ b/lang/gscheme/Makefile @@ -21,6 +21,10 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +post-patch: + ${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \ + ${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m + post-install: ${RM} -f ${GNUSTEP_PREFIX}/Local/Applications/GScheme.app/Resources/library.scm~ |