$FreeBSD: ports/math/chryzodus/files/patch-makefile.unx,v 1.1 2005/07/11 19:25:17 pav Exp $
--- makefile.unx	Tue Jun 29 17:16:38 2004
+++ makefile.unx.port	Sat Jul  9 21:43:27 2005
@@ -6,7 +6,7 @@
 #--------------------------------------#
 
 CXX = g++
-CFLAGS = -Wall
+CFLAGS = -Wall `allegro-config --cflags`
 LDFLAGS = -s -lstdc++ `allegro-config --libs`
 
 OBJECTS = main.o gui.o compute.o


syntax highlighted by Code2HTML, v. 0.9.1