diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-26 00:56:45 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-26 00:56:45 +0000 |
commit | 0eaa7088ed362a06b50c94665ceee6af8eedb912 (patch) | |
tree | 6f1cb12469da66cbd95ed32b17c43682a76bdecb /graphics/xdgagrab | |
parent | 5ea40c10238e1f5af905dfdef1c4e279a595d569 (diff) | |
download | ports-0eaa7088ed362a06b50c94665ceee6af8eedb912.tar.gz ports-0eaa7088ed362a06b50c94665ceee6af8eedb912.zip |
Notes
Diffstat (limited to 'graphics/xdgagrab')
-rw-r--r-- | graphics/xdgagrab/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xdgagrab/files/patch-aa b/graphics/xdgagrab/files/patch-aa index c17f1b1109ce..3b5bc5bf3814 100644 --- a/graphics/xdgagrab/files/patch-aa +++ b/graphics/xdgagrab/files/patch-aa @@ -5,5 +5,5 @@ 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 ++ ${CC} ${CFLAGS} -I${X11BASE}/include -o xdgagrab xdgagrab.c -L${X11BASE}/lib -lX11 -lXxf86dga -lXext |