--- wormux.orig/src/make.env 2004-06-24 23:16:08.000000000 +0200 +++ wormux/src/make.env 2004-06-25 00:24:54.604376380 +0200 @@ -52,7 +52,7 @@ # -g : Rajoute les informations de débogage (pour utiliser GDB) # -ansi : Rejette le code non-ANSI # -pedantic : Rejette le code non-ANSI, mais vraiment tout ! -CXXFLAGS:=$(shell pkg-config clanlib --cflags 2>/dev/null || clanlib-config --cflags 2>/dev/null ) +CXXFLAGS:= CXXFLAGS+=$(shell pkg-config libxml++-1.0 --cflags 2>/dev/null) CXXFLAGS+=-Wall ifdef RELEASE @@ -69,7 +69,7 @@ LINUX=1 # Librairies -LIBS=$(shell pkg-config clanlib --libs 2>/dev/null || clanlib-config --libs 2>/dev/null ) +LIBS=-L/usr/lib/clanlib-0.6.5 -lclanCore -lclanApp LIBS+=$(shell pkg-config libxml++-1.0 --libs 2>/dev/null) LIBS+=-lclanDisplay -lclanJPEG -lclanPNG -lclanSound -lclanVorbis --- wormux.orig/src/Makefile 2004-06-24 23:16:08.000000000 +0200 +++ wormux/src/Makefile 2004-06-25 00:19:13.162644357 +0200 @@ -33,9 +33,9 @@ # Vérifie qu'on a toutes les librairies nécessaires checklib: - @(pkg-config clanlib --libs 1>/dev/null 2>&1 \ - || clanlib-config --libs 1>/dev/null 2>&1) \ - || (echo -e $(ERREUR_CLANLIB); exit 1) +# @(pkg-config clanlib --libs 1>/dev/null 2>&1 \ +# || clanlib-config --libs 1>/dev/null 2>&1) \ +# || (echo -e $(ERREUR_CLANLIB); exit 1) @pkg-config libxml++-1.0 --libs 1>/dev/null 2>&1 \ || (echo -e $(ERREUR_LIBXMLPLUSPLUS); exit 1)