mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Remove '-m486' so this builds on FreeBSD/Alpha too.
This commit is contained in:
parent
736d2ed74e
commit
4a561440b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21801
9
graphics/xdgagrab/files/patch-aa
Normal file
9
graphics/xdgagrab/files/patch-aa
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user