forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
28 lines
821 B
Text
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
|