diff options
author | steve <steve@FreeBSD.org> | 1999-09-20 10:02:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-20 10:02:34 +0800 |
commit | 40dba6bcb83233e0efc4620733496204acccae1b (patch) | |
tree | b508c60dd9c90f263d0dc7bac53025a5197c11bb /graphics/xdgagrab | |
parent | bc8b8829a6d29b0e62cdf1468c6750e6a880bee3 (diff) | |
download | freebsd-ports-gnome-40dba6bcb83233e0efc4620733496204acccae1b.tar.gz freebsd-ports-gnome-40dba6bcb83233e0efc4620733496204acccae1b.tar.zst freebsd-ports-gnome-40dba6bcb83233e0efc4620733496204acccae1b.zip |
Remove '-m486' so this builds on FreeBSD/Alpha too.
Diffstat (limited to 'graphics/xdgagrab')
-rw-r--r-- | graphics/xdgagrab/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |