diff options
author | krion <krion@FreeBSD.org> | 2004-01-29 22:28:53 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-29 22:28:53 +0000 |
commit | b1834481098018ba2dd51060a027a5d16e48eab9 (patch) | |
tree | f739aef8125b86492573080cb0b0de104aef9b3d /graphics/xd3d/files | |
parent | a0bc5fc08e7b5c4dbe4ad28fc162594789637817 (diff) | |
download | FreeBSD-ports-b1834481098018ba2dd51060a027a5d16e48eab9.zip FreeBSD-ports-b1834481098018ba2dd51060a027a5d16e48eab9.tar.gz |
- Add patch to fix build on alpha
PR: ports/62080
Submitted by: maintainer
Noticed by: bento via kris
Diffstat (limited to 'graphics/xd3d/files')
-rw-r--r-- | graphics/xd3d/files/patch-RULES.freeBSD | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/xd3d/files/patch-RULES.freeBSD b/graphics/xd3d/files/patch-RULES.freeBSD new file mode 100644 index 0000000..34b6025 --- /dev/null +++ b/graphics/xd3d/files/patch-RULES.freeBSD @@ -0,0 +1,16 @@ +--- 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 ! |