mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Make this package on amd64 now that I've added two more files.
This commit is contained in:
parent
cd0bbf0b8d
commit
3ff34d5f5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95102
@ -68,6 +68,13 @@ PLIST_SUB+= XTHRSTUB:="@comment "
|
||||
PLIST_SUB+= XTHRSTUB:=""
|
||||
.endif
|
||||
|
||||
# amd64 also supplies libxkbfile.so*
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
PLIST_SUB+= AMD64:=""
|
||||
.else
|
||||
PLIST_SUB+= AMD64:="@comment "
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${GUNZIP_CMD} -c ${DISTDIR}/${DIST_SUBDIR}/Wraphelp2.gz > \
|
||||
${WRKSRC}/lib/Xdmcp/Wraphelp.c
|
||||
|
@ -618,5 +618,7 @@ lib/libpsres.so
|
||||
lib/libpsres.so.1
|
||||
lib/libxf86config.a
|
||||
lib/libxkbfile.a
|
||||
%%AMD64:%%lib/libxkbfile.so
|
||||
%%AMD64:%%lib/libxkbfile.so.6
|
||||
lib/libxkbui.a
|
||||
libdata/pkgconfig/xcursor.pc
|
||||
|
Loading…
Reference in New Issue
Block a user