1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/audio/libworkman/files/patch-ab
1999-08-13 06:06:30 +00:00

20 lines
533 B
Plaintext

--- Imakefile.orig Sun May 30 01:48:17 1999
+++ Imakefile Sun Aug 8 21:09:06 1999
@@ -31,7 +31,7 @@
#include "include/wm_version.h"
-WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR.WM_LIBVER_PL
+WM_LIBVER=WM_LIBVER_MAJOR.WM_LIBVER_MINOR
SRCS = cddb.c cdrom.c cdinfo.c plat_freebsd.c plat_sun.c plat_hpux.c \
plat_ultrix.c plat_news.c plat_bsd386.c plat_osf1.c plat_linux.c \
@@ -47,6 +47,7 @@
HEADERS= \
include/wm_cdda.h \
+ include/wm_cddb.h \
include/wm_cdinfo.h \
include/wm_cdrom.h \
include/wm_config.h \