Ticket #20100: patch-fish-1.23.1.diff
File patch-fish-1.23.1.diff, 1.2 KB (added by raimue (Rainer Müller), 15 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name fish 6 version 1.23. 06 version 1.23.1 7 7 categories shells 8 8 platforms darwin 9 9 maintainers eridius openmaintainer … … 13 13 14 14 homepage http://www.fishshell.org/ 15 15 master_sites http://www.fishshell.org/files/${version}/ 16 checksums md5 aa2f09bb54652b16bf4f7708848a7416 \ 17 sha1 8f2c4ca6b760dde5d4c4f8d745c97ce9e283879f 16 checksums md5 ead6b7c6cdb21f35a3d4aa1d5fa596f1 \ 17 sha1 3a6a5d0cfff348e5f9b1e7cd771865fd1dcd802e \ 18 rmd160 820b7a57f31b98a6faf1520b356a06422891e787 18 19 use_bzip2 yes 19 20 20 21 livecheck.check regex … … 32 33 # <http://permalink.gmane.org/gmane.comp.shells.fish.user/1217> 33 34 # for details. 34 35 patchfiles-append patch-configure.ac.diff 36 use_autoconf yes 35 37 post-configure { 36 38 reinplace "s|LDFLAGS = |LDFLAGS= -liconv |g" "${worksrcpath}/Makefile" 37 39 }