diff options
author | Will Andrews <will@FreeBSD.org> | 2002-03-20 00:33:47 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-03-20 00:33:47 +0000 |
commit | bbed1482a9a6c3d9bfd9e290c903530ebda2f394 (patch) | |
tree | 3431c83133fe24d3f6a003e710f930b1854572c1 /x11/XFree86-4-libraries | |
parent | Add fix for XDM: Use SU="su -m" instead of SU="su", otherwise given the (diff) |
Preemptive compile fix from XFree86 for "newer GCC versions" (presumably
they refer to GCC 3.x). PORTREVISION not bumped -- package unaffected.
Untested on the target platforms.
PR: 36104
Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp>
Seconded by: gad (sparc64 & possibly ia64 uses GCC3 by default)
Notes
Notes:
svn path=/head/; revision=56358
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index b001ad904f15..16d29d94f57b 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -21,7 +21,8 @@ IGNOREFILES= Wraphelp.c PATCH_SITES= ${MASTER_SITE_XFREE:S/source//g} PATCH_SITE_SUBDIR= ${PORTVERSION}/fixes -PATCHFILES= 4.2.0-xlib-i18n-module.patch +PATCHFILES= 4.2.0-xlib-i18n-module.patch \ + 4.2.0-libGLU-bad-extern.patch PATCH_DIST_STRIP= -p1 MAINTAINER= taguchi@tohoku.iij.ad.jp diff --git a/x11/XFree86-4-libraries/distinfo b/x11/XFree86-4-libraries/distinfo index 595ce94c5d20..08db7c35a84e 100644 --- a/x11/XFree86-4-libraries/distinfo +++ b/x11/XFree86-4-libraries/distinfo @@ -1,3 +1,4 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f MD5 (xc/4.2.0-xlib-i18n-module.patch) = 19a91692fdb4fa3d2797f57beebee34a +MD5 (xc/4.2.0-libGLU-bad-extern.patch) = 2d5c738854c7cc0378ae457b09a029f4 MD5 (xc/Wraphelp.c) = IGNORE |