From: naoki i. <am...@us...> - 2008-05-26 17:38:33
|
Update of /cvsroot/popfile/macosx/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17368/modules Modified Files: Makefile Log Message: * Add --perl_only option to build version module to work on Mac OS X 10.3.9 * Apply recommended permission for StartupItems to avoid warning message Index: Makefile =================================================================== RCS file: /cvsroot/popfile/macosx/modules/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 25 May 2008 08:04:55 -0000 1.3 --- Makefile 26 May 2008 17:38:40 -0000 1.4 *************** *** 195,199 **** if test ! -d $(VERSION_MODULE); then tar xzf $(VERSION_ARCHIVE); fi cd $(VERSION_MODULE) ; \ ! if test ! -e Makefile; then perl -I.. -MConfig_ub Makefile.PL ; fi ;\ make --- 195,199 ---- if test ! -d $(VERSION_MODULE); then tar xzf $(VERSION_ARCHIVE); fi cd $(VERSION_MODULE) ; \ ! if test ! -e Makefile; then perl -I.. -MConfig_ub Makefile.PL --perl_only ; fi ;\ make |