diff options
author | anholt <anholt@FreeBSD.org> | 2003-10-12 23:41:06 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-10-12 23:41:06 +0000 |
commit | 83072db32bc7cab56e72db9582f27f2b16131445 (patch) | |
tree | 3a6c9d6fae39e9c70cb531821f585f8adc96cf54 | |
parent | 44fcee7b0d100bc5cf0100c265b25b2ec0d307e2 (diff) | |
download | FreeBSD-ports-83072db32bc7cab56e72db9582f27f2b16131445.zip FreeBSD-ports-83072db32bc7cab56e72db9582f27f2b16131445.tar.gz |
Somehow the typo in the previous commit didn't make the build fail. Fix it.
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-FreeBSD.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-FreeBSD.cf b/x11/XFree86-4-libraries/files/patch-FreeBSD.cf index 2f48f7e..ca20f53 100644 --- a/x11/XFree86-4-libraries/files/patch-FreeBSD.cf +++ b/x11/XFree86-4-libraries/files/patch-FreeBSD.cf @@ -1,5 +1,5 @@ --- config/cf/FreeBSD.cf.orig Tue Jan 14 18:52:12 2003 -+++ config/cf/FreeBSD.cf Sun Oct 12 15:32:56 2003 ++++ config/cf/FreeBSD.cf Sun Oct 12 16:14:27 2003 @@ -162,11 +162,11 @@ * ld: warning: libXThrStub.so.6, needed by libX11.so, not found */ @@ -26,7 +26,7 @@ +#else +#define NoSystemWarn +#endif -+#define DefaultCCOptions -ansi-Dasm=__asm NoSystemWarn GccWarningOptions ++#define DefaultCCOptions -ansi -Dasm=__asm NoSystemWarn GccWarningOptions #endif #endif #ifndef ExtraLibraries |