mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
a31c45a0b4
There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other.
16 lines
370 B
Makefile
16 lines
370 B
Makefile
--- ../comphelper/util/makefile.mk.orig Tue Feb 19 13:26:37 2002
|
|
+++ ../comphelper/util/makefile.mk Wed Apr 3 00:16:43 2002
|
|
@@ -85,11 +85,11 @@
|
|
|
|
SHL1TARGET=$(COMPHLP_TARGET)$(COMPHLP_MAJOR)
|
|
SHL1STDLIBS=\
|
|
+ $(SALLIB) \
|
|
$(CPPULIB) \
|
|
$(CPPUHELPERLIB) \
|
|
$(VOSLIB) \
|
|
$(OSLLIB) \
|
|
- $(SALLIB) \
|
|
$(CPPRTLLIB)
|
|
|
|
.IF "$(OS)$(CPU)"=="SOLARISS"
|