Skip to content

Commit

Permalink
Fix inverted condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed Jan 29, 2016
1 parent 0295a53 commit b220339
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions editors/xemacs-current/distinfo
@@ -1,12 +1,12 @@
$NetBSD: distinfo,v 1.26 2015/11/03 03:32:23 agc Exp $
$NetBSD: distinfo,v 1.27 2016/01/29 15:46:48 joerg Exp $

SHA1 (xemacs-21.5.27.tar.gz) = 55fc3e9c8fe3cac92791ffe1a0870aeae1baf0b8
RMD160 (xemacs-21.5.27.tar.gz) = ee0caff8730c999d37aa3a19b19f23d5756837ad
SHA512 (xemacs-21.5.27.tar.gz) = e52060d956c5792305b184025dfcb4fe7f41040a666938635aa3c9dd1d4266d8feceff199a31bef9cf10685132937a27b68ca2bcda4126bf3f2e2fb7b108d965
Size (xemacs-21.5.27.tar.gz) = 15042023 bytes
SHA1 (patch-aa) = 5e099de33676099916771080c606046ca9acdac6
SHA1 (patch-ab) = a08798d080167fbdc213d5eda2bd75f271c66792
SHA1 (patch-ac) = 9a480bf587e1b7e3fb15724433ca706f1848182e
SHA1 (patch-ac) = 8e93d6a06ca6d90ca62ee872179ae8484761d434
SHA1 (patch-ad) = 244ddfebb25ccca7b34b308cced61f256b50d0a7
SHA1 (patch-ae) = 902a375f974e06eb5d67b69deadead98c625d97a
SHA1 (patch-af) = e71e89be5ce6070bca4b4ab8456f92cf52c50c6e
Expand Down
21 changes: 15 additions & 6 deletions editors/xemacs-current/patches/patch-ac
@@ -1,8 +1,8 @@
$NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $
$NetBSD: patch-ac,v 1.4 2016/01/29 15:46:48 joerg Exp $

--- lib-src/Makefile.in.in.orig 2005-11-22 08:14:42.000000000 +0100
+++ lib-src/Makefile.in.in 2006-08-30 17:49:52.000000000 +0200
@@ -67,7 +67,7 @@
--- lib-src/Makefile.in.in.orig 2005-11-22 07:14:42.000000000 +0000
+++ lib-src/Makefile.in.in
@@ -67,7 +67,7 @@ sitemoduledir=@sitemoduledir@
INSTALL = @install_pp@ @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
Expand All @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $
## ========================== Lists of Files ===========================

#define NO_SHORTNAMES
@@ -242,7 +242,7 @@
@@ -242,7 +242,7 @@ do-blessmail: $(blessmail)

## Install the internal utilities. Until they are installed, we can
## just run them directly from lib-src.
Expand All @@ -20,7 +20,7 @@ $NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $
@echo; echo "Installing utilities run internally by XEmacs."
./make-path ${archlibdir}
if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \
@@ -253,17 +253,27 @@
@@ -253,17 +253,27 @@ ${archlibdir}: all
if test "`(cd ${archlibdir} && $(pwd))`" \
!= "`(cd ${srcdir} && $(pwd))`"; then \
for f in ${PRIVATE_INSTALLABLE_SCRIPTS}; do \
Expand Down Expand Up @@ -53,3 +53,12 @@ $NetBSD: patch-ac,v 1.3 2006/09/04 09:20:51 martin Exp $
done

uninstall:
@@ -387,7 +397,7 @@ make-po: ${srcdir}/make-po.c
make-dump-id: ${srcdir}/make-dump-id.c
$(CC) $(cflags) ${srcdir}/make-dump-id.c $(ldflags) -o $@

-#ifndef DUMP_IN_EXEC
+#ifdef DUMP_IN_EXEC
insert-data-in-exec: ${srcdir}/insert-data-in-exec.c
$(CC) $(cflags) ${srcdir}/insert-data-in-exec.c $(ldflags) -o $@
#endif /* not DUMP_IN_EXEC */

0 comments on commit b220339

Please sign in to comment.