mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- fix build for FreeBSD-9
by defaulting to GNUSTEP_WITH_GCC42
This commit is contained in:
parent
5b902f74f5
commit
a19097f134
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285137
@ -189,6 +189,12 @@ PLIST_SUB+= MAJORVERSION=${PORTVERSION:C/([0-9]).*/\1/1}
|
||||
PLIST_SUB+= LIBVERSION=${DEFAULT_LIBVERSION}
|
||||
PLIST_SUB+= MAJORLIBVERSION=${DEFAULT_LIBVERSION:C/([0-9]).*/\1/1}
|
||||
|
||||
.if !defined(GNUSTEP_WITH_GCC34) && !defined(GNUSTEP_WITH_GCC42) && !defined(GNUSTEP_WITH_BASE_GCC)
|
||||
.if !exists(${DESTDIR}/usr/lib/libobjc.so)
|
||||
GNUSTEP_WITH_GCC42=yes
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(GNUSTEP_WITH_GCC34) || defined(GNUSTEP_WITH_GCC42)
|
||||
.if defined(GNUSTEP_WITH_GCC34)
|
||||
GCCSUFFIX=34
|
||||
|
Loading…
Reference in New Issue
Block a user