mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use libtool in c++ mode instead of c mode, to link C++ code.
This fixes the build with clang. Submitted by: rene@
This commit is contained in:
parent
81c60c2963
commit
e4e480b60f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262340
1 changed files with 15 additions and 0 deletions
15
textproc/rarian/files/patch-util_Makefile.in
Normal file
15
textproc/rarian/files/patch-util_Makefile.in
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- util/Makefile.in.orig 2010-10-03 11:23:55.000000000 +0200
|
||||
+++ util/Makefile.in 2010-10-03 11:24:58.000000000 +0200
|
||||
@@ -401,10 +401,10 @@
|
||||
done
|
||||
rarian-example$(EXEEXT): $(rarian_example_OBJECTS) $(rarian_example_DEPENDENCIES)
|
||||
@rm -f rarian-example$(EXEEXT)
|
||||
- $(LINK) $(rarian_example_OBJECTS) $(rarian_example_LDADD) $(LIBS)
|
||||
+ $(CXXLINK) $(rarian_example_OBJECTS) $(rarian_example_LDADD) $(LIBS)
|
||||
rarian-sk-gen-uuid$(EXEEXT): $(rarian_sk_gen_uuid_OBJECTS) $(rarian_sk_gen_uuid_DEPENDENCIES)
|
||||
@rm -f rarian-sk-gen-uuid$(EXEEXT)
|
||||
- $(LINK) $(rarian_sk_gen_uuid_OBJECTS) $(rarian_sk_gen_uuid_LDADD) $(LIBS)
|
||||
+ $(CXXLINK) $(rarian_sk_gen_uuid_OBJECTS) $(rarian_sk_gen_uuid_LDADD) $(LIBS)
|
||||
rarian-sk-get-cl$(EXEEXT): $(rarian_sk_get_cl_OBJECTS) $(rarian_sk_get_cl_DEPENDENCIES)
|
||||
@rm -f rarian-sk-get-cl$(EXEEXT)
|
||||
$(rarian_sk_get_cl_LINK) $(rarian_sk_get_cl_OBJECTS) $(rarian_sk_get_cl_LDADD) $(LIBS)
|
Loading…
Add table
Reference in a new issue