------------------------------------------------------------ revno: 1749 committer: Vincent Richefeu <[email protected]> branch nick: trunk timestamp: Fri 2009-08-28 16:51:34 +0200 message: replace gcc-3.3 by gcc in the Makefile.macosx of mgpost modified: extra/mgpost/src/Makefile.macosx
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription.
=== modified file 'extra/mgpost/src/Makefile.macosx' --- extra/mgpost/src/Makefile.macosx 2008-12-12 16:04:51 +0000 +++ extra/mgpost/src/Makefile.macosx 2009-08-28 14:51:34 +0000 @@ -13,11 +13,9 @@ # _LINUX : compil on linux OS # _WITH_TIFF : linked with libtiff -CC =gcc-3.3 -CFLAGS =-Wall -O3 -D_FR -D_GNU_SOURCE -D_LIBXML2 -D_MACOSX -D_WITH_TIFF -fno-common -#LIBS =-lGL -lGLU -lglut -lm -lxml2 -ltiff -lX11 -lXmu -lXi -LIBS = -lxml2 -ltiff -#LIBSDIR =-L/usr/X11R6/lib -L/sw/lib +CC =gcc +CFLAGS =-Wall -O3 -D_FR -D_GNU_SOURCE -D_LIBXML2 -D_MACOSX -fno-common +LIBS = -lxml2 LIBSDIR =-L/usr/lib -L/sw/lib INC_DIR =-I/usr/include/libxml2 -I/sw/include H_FILES =mgpost.h colors.h section.h display_funcs.h \
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

