freebsd-ports/graphics/xd3d/files/patch-RULES.freeBSD
Kirill Ponomarev 3dadae3ba0 - Add patch to fix build on alpha
PR:		ports/62080
Submitted by:	maintainer
Noticed by:	bento via kris
2004-01-29 22:28:53 +00:00

16 lines
397 B
Text

--- RULES.freeBSD.orig Mon Dec 1 14:55:58 2003
+++ RULES.freeBSD Thu Jan 29 21:43:28 2004
@@ -54,11 +54,11 @@
#
# Options for the Fortran compiler
#
-OPTF = %%FFLAGS%% -malign-double
+OPTF = %%FFLAGS%%
#
# Options for the C compiler
#
-OPTC = %%CFLAGS%% -malign-double
+OPTC = %%CFLAGS%%
#-----------------------------------------------
# You should not need to change anything below !