Ticket #49004: Portfile.diff
File Portfile.diff, 523 bytes (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 5 5 6 6 name glew 7 7 version 1.13.0 8 revision 1 8 9 categories graphics devel 9 10 platforms darwin 10 11 # some build scripts are GPL-2+ but we don't install them … … 29 30 30 31 post-patch { 31 32 reinplace "s:/usr/X11R6:${prefix}:g" ${worksrcpath}/config/Makefile.darwin 33 reinplace "s:O2:Os:g" ${worksrcpath}/config/Makefile.darwin 32 34 } 33 35 34 36 use_configure no