diff options
author | tron <tron@pkgsrc.org> | 1998-03-02 00:36:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-03-02 00:36:20 +0000 |
commit | fb4596c28eb25f07e4cc1dcf97e05061ad348940 (patch) | |
tree | 694a1082e5ae32c9b32e34a9c6a2767c2a5416c3 /converters | |
parent | ec605ff0629a609be347f18e1b3dac7ce3b07a47 (diff) | |
download | pkgsrc-fb4596c28eb25f07e4cc1dcf97e05061ad348940.tar.gz |
Don't build "libuu.a" because we link with the shared version anyway.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/xdeview/patches/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/xdeview/patches/patch-ac b/converters/xdeview/patches/patch-ac new file mode 100644 index 00000000000..70760415f31 --- /dev/null +++ b/converters/xdeview/patches/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Oct 14 22:19:01 1996 ++++ Makefile.in Mon Mar 2 01:25:08 1998 +@@ -164,7 +164,7 @@ + uudeview: unix/config.h libuu.a + (cd unix; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS)' LIBS='$(LIBS)' ) + +-xdeview: tcl/config.h libuu.a ++xdeview: tcl/config.h + (cd tcl; $(MAKE) CC='$(CC)' CFLAGS='$(CFLAGS)' LIBS='$(LIBS)' ) + + libuu.a: uulib/config.h |