mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Make this compile on -CURRENT
Submitted by: reg
This commit is contained in:
parent
b4490c9873
commit
5d90534838
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25126
@ -16,6 +16,11 @@ MAINTAINER= jim@FreeBSD.org
|
||||
WRKSRC= ${WRKDIR}/libworkman
|
||||
USE_IMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${CP} ${WRKSRC}/Config ${WRKSRC}/Config.orig;
|
||||
@${SED} -e 's^/usr/local/^${PREFIX}/^g' \
|
||||
${WRKSRC}/Config.orig > ${WRKSRC}/Config
|
||||
|
||||
post-install:
|
||||
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
|
10
audio/libworkman/files/patch-ad
Normal file
10
audio/libworkman/files/patch-ad
Normal file
@ -0,0 +1,10 @@
|
||||
--- plat_freebsd.c.orig Thu Jan 27 12:17:46 2000
|
||||
+++ plat_freebsd.c Thu Jan 27 12:18:15 2000
|
||||
@@ -49,7 +49,6 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/cdio.h>
|
||||
-#include <sys/scsiio.h>
|
||||
|
||||
#if defined(__NetBSD__)
|
||||
# define MSF_MINUTES 1
|
Loading…
Reference in New Issue
Block a user