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/Makefile | |
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/Makefile')
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 3 |
1 files changed, 2 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 |