diff options
author | anholt <anholt@FreeBSD.org> | 2005-05-05 09:20:50 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-05-05 09:20:50 +0800 |
commit | 026e598ec81a6b51f78af18267774956ba53436c (patch) | |
tree | 6d8136c47dd489b4bb0ff87ce9bbe24c76faecd9 /graphics/dri-devel | |
parent | a9bb35caff693fa0bdb5602dc433508bed0543af (diff) | |
download | freebsd-ports-gnome-026e598ec81a6b51f78af18267774956ba53436c.tar.gz freebsd-ports-gnome-026e598ec81a6b51f78af18267774956ba53436c.tar.zst freebsd-ports-gnome-026e598ec81a6b51f78af18267774956ba53436c.zip |
[1] Fix the build on alpha by removing -ffast-math from the build cflags.
[2] Remove an unnecessary configure script from when this was built from
monolithic sources.
[3] Register conflicts for dri-devel in dri.
Submitted by: [1] krismail
Diffstat (limited to 'graphics/dri-devel')
-rw-r--r-- | graphics/dri-devel/files/patch-freebsd-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dri-devel/files/patch-freebsd-dri b/graphics/dri-devel/files/patch-freebsd-dri index 664afaaaa4e4..079470eec1b1 100644 --- a/graphics/dri-devel/files/patch-freebsd-dri +++ b/graphics/dri-devel/files/patch-freebsd-dri @@ -16,7 +16,7 @@ DEFINES = -DDRI_NEW_INTERFACE_ONLY -CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -I/usr/local/include $(X11_INCLUDES) +CFLAGS = $(FBSDCFLAGS) $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef \ -+ -fPIC -ffast-math -I/usr/local/include $(X11_INCLUDES) ++ -fPIC -I/usr/local/include $(X11_INCLUDES) CXXFLAGS = $(DEFINES) -Wall -g -ansi -pedantic -fPIC ASM_SOURCES = |