Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18095
Modified Files: apple-gdb.info Log Message: remove unnecessary 'unset SDKROOT' Index: apple-gdb.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/apple-gdb.info,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- apple-gdb.info 6 Jul 2013 02:14:55 -0000 1.1 +++ apple-gdb.info 6 Jul 2013 10:41:29 -0000 1.2 @@ -28,26 +28,24 @@ etc.) to avoid conflicting with Xcode's programs of the same name. << PatchScript: << - #!/bin/sh -ev - perl -pi -e 's|-mmacosx-version-min=10.7||g' gdb/config/i386/macosx.mh libiberty/config/mh-macosx bfd/configure.host - # hack around non-functional --with-included-gettext=no - perl -pi -e 's|INTL = \@INTLLIBS\@|INTL = -L%p/lib -lintl|g' gdb/Makefile.in - perl -pi -e 's|INTL_DEP = \@INTLDEPS\@|INTL_DEP =|g' gdb/Makefile.in - rm -fr intl +#!/bin/sh -ev +perl -pi -e 's|-mmacosx-version-min=10.7||g' gdb/config/i386/macosx.mh libiberty/config/mh-macosx bfd/configure.host +# hack around non-functional --with-included-gettext=no +perl -pi -e 's|INTL = \@INTLLIBS\@|INTL = -L%p/lib -lintl|g' gdb/Makefile.in +perl -pi -e 's|INTL_DEP = \@INTLDEPS\@|INTL_DEP =|g' gdb/Makefile.in +rm -fr intl << CompileScript: << - #!/bin/bash -ev - unset SDKROOT - ./configure %c - make -j1 all-gdb MAKEINFO=%p/opt/texinfo-legacy/bin/makeinfo LEXLIB=%p/lib/libfl.a - fink-package-precedence . +#!/bin/bash -ev +./configure %c +make -j1 all-gdb MAKEINFO=%p/opt/texinfo-legacy/bin/makeinfo LEXLIB=%p/lib/libfl.a +fink-package-precedence . << InstallScript:<< #!/bin/bash -ev cd gdb # hack around incorrectly set Makefile perl -pi -e 's|prefix = /usr/local|prefix = %p|g' Makefile -unset SDKROOT make install DESTDIR=%d MAKEINFO=%p/opt/texinfo-legacy/bin/makeinfo LEXLIB=%p/lib/libfl.a cd %i/share/info rm annotate.info stabs.info ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs