diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/xmix/files/patch-Imakefile | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
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),) |