1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build with clang

- Fix patch filenames
This commit is contained in:
Dmitry Marakasov 2014-03-01 00:51:37 +00:00
parent a74a5869ee
commit 40d1cee318
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346587
4 changed files with 12 additions and 1 deletions

View File

@ -24,7 +24,7 @@ CONFIGURE_ENV= FLTK_CONFIG="${FLTK_CONFIG}" \
LIBS="${LIBS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CPPFLAGS+= -I${LOCALBASE}/include
WRKSRC= ${WRKDIR}/spiralmodular-0.2.2
WRKSRC= ${WRKDIR}/spiralmodular-0.2.2
OPTIONS_DEFINE= OPTIMIZED_CFLAGS

View File

@ -0,0 +1,11 @@
--- SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.h.orig 2014-02-13 05:56:16.387137838 +0400
+++ SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.h 2014-02-13 05:57:44.261183646 +0400
@@ -91,7 +91,7 @@
unsigned long UniqueID;
std::string Name;
- bool operator<(const PluginEntry& pe)
+ bool operator<(const PluginEntry& pe) const
{
return (Name<pe.Name);
}