parent
28a1497c2b
commit
9294bee866
@ -112,6 +112,8 @@ module Superenv
|
|||||||
end
|
end
|
||||||
generic_setup_build_environment(formula)
|
generic_setup_build_environment(formula)
|
||||||
|
|
||||||
|
self["PKG_CONFIG"] = Superenv.bin/"pkg-config"
|
||||||
|
|
||||||
# Filter out symbols known not to be defined since GNU Autotools can't
|
# Filter out symbols known not to be defined since GNU Autotools can't
|
||||||
# reliably figure this out with Xcode 8 and above.
|
# reliably figure this out with Xcode 8 and above.
|
||||||
if MacOS.version == "10.12" && MacOS::Xcode.version >= "9.0"
|
if MacOS.version == "10.12" && MacOS::Xcode.version >= "9.0"
|
||||||
|
|||||||
@ -23,8 +23,8 @@
|
|||||||
# This should most probably benefit from getting a "Requires:" field added
|
# This should most probably benefit from getting a "Requires:" field added
|
||||||
# dynamically by configure.
|
# dynamically by configure.
|
||||||
#
|
#
|
||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
|
supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
modules=1
|
modules=1
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
sharedlibdir=${libdir}
|
sharedlibdir=${libdir}
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
sharedlibdir=${libdir}
|
sharedlibdir=${libdir}
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|||||||
@ -23,8 +23,8 @@
|
|||||||
# This should most probably benefit from getting a "Requires:" field added
|
# This should most probably benefit from getting a "Requires:" field added
|
||||||
# dynamically by configure.
|
# dynamically by configure.
|
||||||
#
|
#
|
||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
|
supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
modules=1
|
modules=1
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
sharedlibdir=${libdir}
|
sharedlibdir=${libdir}
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
prefix=/usr
|
prefix=${homebrew_sdkroot}/usr
|
||||||
exec_prefix=${prefix}
|
exec_prefix=/usr
|
||||||
libdir=${exec_prefix}/lib
|
libdir=${exec_prefix}/lib
|
||||||
sharedlibdir=${libdir}
|
sharedlibdir=${libdir}
|
||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|||||||
5
Library/Homebrew/shims/mac/super/pkg-config
Executable file
5
Library/Homebrew/shims/mac/super/pkg-config
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec "$HOMEBREW_OPT/pkg-config/bin/pkg-config" \
|
||||||
|
"--define-variable=homebrew_sdkroot=$HOMEBREW_SDKROOT" \
|
||||||
|
"$@"
|
||||||
Loading…
x
Reference in New Issue
Block a user