pkgsrc/editors/xemacs/patches/patch-lwlib_Makefile.in.in
hauke e522399242 Update to patch release 21.4.24. From the ChangeLog:
2015-03-24 Vin Shelton <acs@xemacs.org>

        * XEmacs 21.4.24 is released

2015-02-23  Vin Shelton  <acs@xemacs.org>

        * configure.in: Add LIBOSSAUDIO as appropriate.  Patch from netbsd
        via Hauke Fath.
        * configure: Rebuild.

2015-02-15  Vin Shelton  <acs@xemacs.org>

        * configure.in: Additional netbsd platform definitions.
        * configure: Rebuild.

I have used the opportunity for a bit of spring cleaning:

o remove build restrictions for powerpc and mips (hacks.mk, Makefile)
o drop the inactive X11 toolkit options - they were never used, and
  upstream does not support them for 21.4, anyway (options.mk)
o add comments to patch files
o upstream converted the texinfo files to v5 format. Patch the offenders
  to be v4 compatible
2016-04-13 13:52:27 +00:00

18 lines
410 B
Text

$NetBSD: patch-lwlib_Makefile.in.in,v 1.2 2016/04/13 13:52:27 hauke Exp $
SunOS 5 bmake / gmake fixes
--- lwlib/Makefile.in.in.orig 2015-01-29 15:04:29.000000000 +0000
+++ lwlib/Makefile.in.in
@@ -59,9 +59,9 @@ cflags = $(CFLAGS) $(cppflags)
#ifdef SOLARIS2
%.o : %.c
-#else
-.c.o:
+ $(CC) -c $(cflags) $<
#endif
+.c.o:
$(CC) -c $(cflags) $<
## Create preprocessor output (debugging purposes only)