FreeBSD Bugzilla – Attachment #183551: Add CXXFLAGS+=-fabi-version=2 for
bug #218104
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 218104
| Differences between
Make audacity compile with clang and patch/option cleanups
patch to make audacity compile with clang
Test patch to drop gcc requirement
Patch to upgrade audacity from 2.1.2 to 2.1.3 with extra patches deleted
and this patch
Collapse All
|
Expand All
(-)
Makefile (+2 lines)
Lines 133-138
Link Here
133
133
134
VST_CONFIGURE_ENABLE= vst
134
VST_CONFIGURE_ENABLE= vst
135
135
136
CXXFLAGS+= -fabi-version=2
137
136
.include <bsd.port.pre.mk>
138
.include <bsd.port.pre.mk>
137
139
138
post-install:
140
post-install:
Return to
bug 218104