mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
513d21d838
17.0.5 - update firefox to 20.0 - update seamonkey and linux-seamonkey to 2.17 - update nspr to 4.9.6 - remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of thunderbird - prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier are advised to upgrade - http://www.freebsd.org/security/ - add vuln.xml entry Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02 Approved by: portmgr (miwi) In collaboration with: Jan Beich <jbeich@tormail.org>
12 lines
426 B
Plaintext
12 lines
426 B
Plaintext
--- lib/freebl/Makefile~
|
|
+++ lib/freebl/Makefile
|
|
@@ -659,7 +659,7 @@ $(OBJDIR)/$(PROG_PREFIX)intel-gcm-wrap$(
|
|
# symbolic names to registers, for example,
|
|
# .set Htbl, %rdi
|
|
# So we can't use Clang's integrated assembler with intel-gcm.s.
|
|
-ifneq (,$(findstring clang,$(AS)))
|
|
+ifneq (,$(findstring clang,$(shell $(AS) -v 2>&1)))
|
|
$(OBJDIR)/$(PROG_PREFIX)intel-gcm$(OBJ_SUFFIX): ASFLAGS += -no-integrated-as
|
|
endif
|
|
endif
|