mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
BROKEN on amd64: Shared libraries must be compiled with -fPIC
This commit is contained in:
parent
29814c80cf
commit
8c5b44876e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111797
@ -26,7 +26,13 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
|
||||
PLIST_FILES= bin/pstngw
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_d/pstngw ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,7 +24,13 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
|
||||
PLIST_FILES= bin/callgen323
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_d/callgen323 ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -24,7 +24,13 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/}
|
||||
|
||||
PLIST_FILES= bin/callgen323
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_${OPSYS}_${THE_MACHTYPE}_d/callgen323 ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user