diff options
Diffstat (limited to 'audio/xmix/files/patch-Imakefile')
-rw-r--r-- | audio/xmix/files/patch-Imakefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/xmix/files/patch-Imakefile b/audio/xmix/files/patch-Imakefile new file mode 100644 index 000000000000..4514e9b4fabe --- /dev/null +++ b/audio/xmix/files/patch-Imakefile @@ -0,0 +1,10 @@ +--- Imakefile.orig Wed Feb 2 13:54:35 1994 ++++ Imakefile Wed Nov 1 10:25:40 2000 +@@ -14,4 +14,6 @@ + + LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) + +-NormalProgramTarget(xmix,$(OBJS1),,$(LOCAL_LIBRARIES),) ++PROGRAM = $(PROGRAMS) ++ ++ComplexProgramTarget_1($(PROGRAM),$(LOCAL_LIBRARIES),) |