Ticket #12449: libgiigic-1.1.2.patch
File libgiigic-1.1.2.patch, 1.1 KB (added by simon@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 5 name libgiigic 5 version 1. 0.06 version 1.1.2 6 7 categories devel 7 8 maintainers nomaintainer@macports.org 8 9 description General Input Configurator … … 15 16 homepage http://www.ggi-project.org/ 16 17 platforms darwin 17 18 18 depends_lib lib:libgg.0:libgii19 depends_lib port:libgii 19 20 20 master_sites http://www.ggi-project.org/ftp/ggi/v2.1/ \21 master_sites ${homepage}ftp/ggi/v2.2/ \ 21 22 sourceforge:ggi 22 23 distname ${name}-${version}.src 23 24 use_bzip2 yes 24 checksums md5 ad75eeb40e80732ec432337b09354bd8 25 checksums md5 bac6241c96f706f7b97246d84c95220a \ 26 sha1 dd53d87cc575b8eb2d3227732464690abc06a388 \ 27 rmd160 173e167a4f6b20c82ad78a09bd830724acf639d2 25 28 26 29 worksrcdir ${name}-${version} 27 30 28 p atch {31 post-patch { 29 32 reinplace "s|need_relink=yes|need_relink=no|" \ 30 33 ${worksrcpath}/ltmain.sh 31 34 }