Lines 13-25
Link Here
|
13 |
LICENSE= GPLv2+ |
13 |
LICENSE= GPLv2+ |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
15 |
|
16 |
BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables |
|
|
17 |
|
18 |
LIB_DEPENDS= libcurl.so:ftp/curl \ |
16 |
LIB_DEPENDS= libcurl.so:ftp/curl \ |
19 |
libfontconfig.so:x11-fonts/fontconfig \ |
17 |
libfontconfig.so:x11-fonts/fontconfig \ |
20 |
libfreetype.so:print/freetype2 |
18 |
libfreetype.so:print/freetype2 |
21 |
|
19 |
|
22 |
USES= compiler:c++11-lang desktop-file-utils gettext pkgconfig |
20 |
USES= compiler:c++11-lang desktop-file-utils gettext gnome pkgconfig |
23 |
USE_GNOME= gtkmm24 gdkpixbuf2 |
21 |
USE_GNOME= gtkmm24 gdkpixbuf2 |
24 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
25 |
USE_CXXSTD= c++11 |
23 |
USE_CXXSTD= c++11 |
Lines 28-36
Link Here
|
28 |
NLS_USES= gettext |
26 |
NLS_USES= gettext |
29 |
NLS_CONFIGURE_ENABLE= gettext |
27 |
NLS_CONFIGURE_ENABLE= gettext |
30 |
|
28 |
|
31 |
CXXFLAGS+= -stdlib=libc++ -Wc++11-extensions -Wc++11-long-long \ |
29 |
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} |
|
|
30 |
|
31 |
.if !exists(/usr/lib/libstdc++.so) |
32 |
CXXFLAGS+= -Wc++11-extensions -Wc++11-long-long \ |
32 |
-Wunused-command-line-argument -Wreturn-type \ |
33 |
-Wunused-command-line-argument -Wreturn-type \ |
33 |
-Wwritable-strings -Wlogical-op-parentheses |
34 |
-Wwritable-strings -Wlogical-op-parentheses |
34 |
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} |
35 |
.endif |
35 |
|
36 |
|
36 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |