diff options
Diffstat (limited to 'math/chryzodus/files/patch-makefile.unx')
-rw-r--r-- | math/chryzodus/files/patch-makefile.unx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/chryzodus/files/patch-makefile.unx b/math/chryzodus/files/patch-makefile.unx new file mode 100644 index 000000000000..495b1d6bda18 --- /dev/null +++ b/math/chryzodus/files/patch-makefile.unx @@ -0,0 +1,12 @@ +$FreeBSD$ +--- 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 |