From 4a561440b49dbfc4ca6d060835996f1fb16abcae Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 20 Sep 1999 02:02:34 +0000 Subject: Remove '-m486' so this builds on FreeBSD/Alpha too. --- graphics/xdgagrab/files/patch-aa | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 graphics/xdgagrab/files/patch-aa (limited to 'graphics/xdgagrab') diff --git a/graphics/xdgagrab/files/patch-aa b/graphics/xdgagrab/files/patch-aa new file mode 100644 index 000000000000..c17f1b1109ce --- /dev/null +++ b/graphics/xdgagrab/files/patch-aa @@ -0,0 +1,9 @@ +--- Makefile.orig Sat Sep 18 17:32:21 1999 ++++ Makefile Sat Sep 18 17:32:30 1999 +@@ -1,5 +1,5 @@ + # $Id: Makefile,v 1.1.1.1 1999/02/22 09:12:08 taoka Exp $ + + xdgagrab : xdgagrab.c +- gcc -O2 -m486 -Wall -I/usr/X11R6/include -o xdgagrab xdgagrab.c -L/usr/X11R6/lib -lX11 -lXxf86dga -lXext ++ gcc -O2 -Wall -I/usr/X11R6/include -o xdgagrab xdgagrab.c -L/usr/X11R6/lib -lX11 -lXxf86dga -lXext + -- cgit v1.2.3