diff options
Diffstat (limited to 'graphics/wmgrabimage/files/patch-aa')
-rw-r--r-- | graphics/wmgrabimage/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/wmgrabimage/files/patch-aa b/graphics/wmgrabimage/files/patch-aa new file mode 100644 index 000000000000..70686c05bc63 --- /dev/null +++ b/graphics/wmgrabimage/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.orig Thu Nov 4 01:07:27 1999 ++++ Makefile Thu Nov 4 01:07:55 1999 +@@ -1,6 +1,6 @@ + CC = gcc + CFLAGS = -O2 -Wall +-INCDIR = -I/usr/X11R6/include/X11 ++INCDIR = -I/usr/X11R6/include + DESTDIR= /usr/X11R6 + LIBDIR = -L/usr/X11R6/lib + # for linux +@@ -12,7 +12,7 @@ + + + .c.o: +- $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) ++ $(CC) $(CFLAGS) -c $< -o $*.o $(INCDIR) + + + all: wmGrabImage.o wmGrabImage |