diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-03-24 13:22:22 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-03-24 13:22:22 +0000 |
commit | 2b33dd0832927b25c809024184c0fcc39bd0b13f (patch) | |
tree | 56ec6dbc0065b194070b1f36ee193fffdec9ba87 /games/acm | |
parent | b690d41a69c462d4975b16501133e8007914fb4c (diff) | |
download | ports-2b33dd0832927b25c809024184c0fcc39bd0b13f.tar.gz ports-2b33dd0832927b25c809024184c0fcc39bd0b13f.zip |
Notes
Diffstat (limited to 'games/acm')
-rw-r--r-- | games/acm/files/patch-dis-lib-Makefile.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/acm/files/patch-dis-lib-Makefile.in b/games/acm/files/patch-dis-lib-Makefile.in new file mode 100644 index 000000000000..f4b728deae88 --- /dev/null +++ b/games/acm/files/patch-dis-lib-Makefile.in @@ -0,0 +1,25 @@ +--- dis/lib/Makefile.in.orig 1998-12-23 23:35:29.000000000 +0100 ++++ dis/lib/Makefile.in 2009-03-24 14:16:10.000000000 +0100 +@@ -63,8 +63,10 @@ + $(AR) $(ARFLAGS) $@ $(OBJS) + $(RANLIB) $@ + +-../dis/disp.h dis_xdr.c: dis.x ++dis.h: dis.x + $(DISGEN) $(srcdir)/dis.x ++ ++../dis/disp.h dis_xdr.c: dis.h + mv dis.h ../dis/disp.h + mv dis_xdr.c tmp.c + perl -p -e 's/\#include "dis.h"/#include <disp.h>/' <tmp.c >dis_xdr.c +@@ -84,9 +86,7 @@ + perl -p -e 's/\#include .*simmgr.*$$/#include "simmgr.h"/' <tmp.c >$@ + rm -f tmp.c + +-dis_xdr.o: ../dis/dis_xdr.h +- +-datum_table.o: datumtbl.h ++$(OBJS): ../dis/dis_xdr.h ../dis/disp.h datumtbl.h + + datumtbl.h: datumtbl.pl + $(PERL) $(srcdir)/datumtbl.pl <$(srcdir)/../dis/datum.h >datumtbl.h |