Ticket #40553: Portfile-goffice.diff
File Portfile-goffice.diff, 896 bytes (added by c.herbig@…, 11 years ago) |
---|
-
Portfile
old new 23 23 if {${name} eq ${subport}} { 24 24 epoch 1 25 25 version 0.10.7 26 revision 1 26 27 27 28 license {GPL-2 GPL-3} 28 29 … … 36 37 37 38 configure.args-append --enable-introspection 38 39 39 variant quartz description {Build with gtk-osx-application} { 40 depends_lib-append port:gtk-osx-application 41 42 patchfiles-append patch_quartz-goffice-goffice.c.diff 43 } 44 45 if {[variant_isset quartz]} { 46 require_active_variants gtk3 quartz 47 require_active_variants gtk-osx-application gtk3 48 } 40 # in the case that gtk-osx-application has been installed, this patch fixes a build error 41 patchfiles-append patch_quartz-goffice-goffice.c.diff 49 42 50 43 livecheck.type gnome 51 44 } else {