diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-08-29 04:24:28 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-08-29 04:24:28 +0000 |
commit | bca6b08c2b0285fe47b3691c44b4c1cf8ce61e61 (patch) | |
tree | f0ae15c9b82ee5143bf48f0e691f3fdcee26d697 /emulators/xmess/patches/patch-ab | |
parent | 43ef5bd8d95fb6f6a9b7eb7503cdc7c843f50c65 (diff) | |
download | pkgsrc-bca6b08c2b0285fe47b3691c44b4c1cf8ce61e61.tar.gz |
Update to 0.2b4.1.
Diffstat (limited to 'emulators/xmess/patches/patch-ab')
-rw-r--r-- | emulators/xmess/patches/patch-ab | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/emulators/xmess/patches/patch-ab b/emulators/xmess/patches/patch-ab index 32f08773709..4a3de59ef88 100644 --- a/emulators/xmess/patches/patch-ab +++ b/emulators/xmess/patches/patch-ab @@ -1,21 +1,10 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:37 agc Exp $ - ---- src/unix/Makefile.orig Fri Jun 5 07:32:04 1998 -+++ src/unix/Makefile Thu Jul 9 08:15:16 1998 -@@ -25,6 +25,7 @@ +--- src/unix/Makefile.orig Tue Aug 25 07:39:20 1998 ++++ src/unix/Makefile Fri Aug 28 23:08:49 1998 +@@ -16,6 +16,7 @@ - $(TRG): $(ALLOBJS) - ar -rcv $@ $(UOBJS) + $(TARGET): $(OBJS) + ar -rcv $@ $(OBJS) + ranlib $@ - $(OBJDIR)/%.o: %.c xmame.h - $(CC) $(DEFS) -I../../src/ $(MS) $(JS) $(CFLAGS) -o $@ -c $< -@@ -42,7 +43,7 @@ - $(OBJDIR)/irix.o: irix.c xmame.h sound.h - $(OBJDIR)/hpux.o: hpux.c xmame.h sound.h - $(OBJDIR)/aix.o: aix.c xmame.h sound.h --$(OBJDIR)/netbsd_i386.o: netbsd_i386.c xmame.h sound.h -+$(OBJDIR)/netbsd.o: netbsd.c xmame.h sound.h - $(OBJDIR)/sndserver.o: sndserver.c xmame.h - $(OBJDIR)/svgalib.o: svgalib.c linux.c xmame.h sound.h - $(OBJDIR)/ultrix.c: ultrix.c xmame.h sound.h + $(OBJDIR)/%.o: %.c xmame.h sound.h + $(CC) -I../../src/ $(CFLAGS) -o $@ -c $< |