opnsense-ports/audio/libworkman/files/patch-Imakefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
821 B
Text

--- Imakefile.orig 1999-05-30 00:48:17.000000000 +0900
+++ Imakefile 2011-08-23 13:40:41.000000000 +0900
@@ -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 \
@@ -65,7 +66,7 @@
#ifdef SHARED_LIBWORKMAN
SharedLibraryTarget(workman,$(WM_LIBVER),$(OBJS),.,.)
-InstallSharedLibrary(workman,$(WM_LIBVER),$(LIBDIR))
+InstallSharedLibrary(workman,$(WM_LIBVER),$(USRLIBDIR))
#else
NormalLibraryTarget(workman, $(OBJS))
#endif