summaryrefslogtreecommitdiff
path: root/audio/wsoundprefs
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-30 20:41:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-30 20:41:11 +0000
commitc6fdf1328f9fe73230dacd32685b0a0577c86689 (patch)
treef0c4850b3b09b4f08b08d28e9c33907836bce576 /audio/wsoundprefs
parentNow that the mips-* ports are brought back from the Attic, add them back. (diff)
Fix "X manpage" error with XFree86-4.
PR: 23420 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
Notes
Notes: svn path=/head/; revision=36480
Diffstat (limited to 'audio/wsoundprefs')
-rw-r--r--audio/wsoundprefs/files/patch-ab13
1 files changed, 11 insertions, 2 deletions
diff --git a/audio/wsoundprefs/files/patch-ab b/audio/wsoundprefs/files/patch-ab
index ef4d81c316cf..69f3ba88a9de 100644
--- a/audio/wsoundprefs/files/patch-ab
+++ b/audio/wsoundprefs/files/patch-ab
@@ -1,5 +1,5 @@
---- src/Imakefile.orig Mon Oct 18 11:35:58 1999
-+++ src/Imakefile Mon May 22 20:01:17 2000
+--- src/Imakefile.orig Mon Oct 18 17:35:58 1999
++++ src/Imakefile Sun Dec 10 17:09:01 2000
@@ -5,9 +5,9 @@
ICONS = WSoundPrefs.xpm WSoundPrefs.tiff
@@ -25,3 +25,12 @@
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB) $(WINGSLIBS) $(WSOUNDLFLAGS) $(WSOUNDLIBS) $(WRASTERLFLAGS) $(WRASTERLIBS) $(EFENCELIB)
+@@ -30,7 +30,7 @@
+ SRCS = PLFunctions.c SoundEvents.c SoundPaths.c SystemInfo.c WSoundPrefs.c main.c
+ OBJS = PLFunctions.o SoundEvents.o SoundPaths.o SystemInfo.o WSoundPrefs.o main.o
+
+-ComplexProgramTarget(WSoundPrefs)
++ComplexProgramTargetNoMan(WSoundPrefs)
+
+ InstallMultiple($(ICONS),$(BINDIR))
+