Changeset 129740
- Timestamp:
- Dec 19, 2014, 4:23:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/stardict/Portfile
r111503 r129740 5 5 name stardict 6 6 version 3.0.4 7 revision 1 7 8 categories textproc 8 9 maintainers gmail.com:alexandernx … … 30 31 depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ 31 32 port:gtk2 \ 32 port:popt \ 33 port:p5.12-xml-parser 33 port:gconf \ 34 port:libsigcxx2 \ 35 port:popt 34 36 35 37 patchfiles patch-zlib-1.2.6.diff 38 39 # update dict/m4/intltool.m4 and autoreconf 40 41 pre-configure { 42 copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/dict/m4/intltool.m4 43 } 44 45 46 # autoreconf to reconfigure with our intltool.m4 47 48 use_autoreconf yes 49 autoreconf.args -fvi 36 50 37 51 # t_lookupdata.cpp:41:30: error: variable length array of non-POD element type 'std::vector<gchar *>'
Note: See TracChangeset
for help on using the changeset viewer.