summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/wmgrabimage/files/patch-aa25
-rw-r--r--graphics/wmgrabimage/pkg-comment2
-rw-r--r--graphics/wmgrabimage/pkg-plist2
3 files changed, 16 insertions, 13 deletions
diff --git a/graphics/wmgrabimage/files/patch-aa b/graphics/wmgrabimage/files/patch-aa
index 70686c0..e56104d 100644
--- a/graphics/wmgrabimage/files/patch-aa
+++ b/graphics/wmgrabimage/files/patch-aa
@@ -1,19 +1,22 @@
---- 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
+--- Makefile.orig Mon Feb 1 15:55:30 1999
++++ Makefile Wed Jan 5 14:31:02 2000
+@@ -1,6 +1,7 @@
+-CC = gcc
+-CFLAGS = -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11
++CC ?= gcc
++CFLAGS ?= -O2
++CFLAGS += -Wall
+INCDIR = -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
# for linux
-@@ -12,7 +12,7 @@
-
-
+@@ -12,7 +13,7 @@
+
+
.c.o:
- $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
+ $(CC) $(CFLAGS) -c $< -o $*.o $(INCDIR)
-
-
- all: wmGrabImage.o wmGrabImage
+
+
+ all: wmGrabImage.o wmGrabImage
diff --git a/graphics/wmgrabimage/pkg-comment b/graphics/wmgrabimage/pkg-comment
index 29b1449..c56c3ad 100644
--- a/graphics/wmgrabimage/pkg-comment
+++ b/graphics/wmgrabimage/pkg-comment
@@ -1 +1 @@
-Monitor your favorite web image.
+Monitor your favorite web image
diff --git a/graphics/wmgrabimage/pkg-plist b/graphics/wmgrabimage/pkg-plist
index f00b420..6fc7bc4 100644
--- a/graphics/wmgrabimage/pkg-plist
+++ b/graphics/wmgrabimage/pkg-plist
@@ -1,2 +1,2 @@
-bin/wmGrabImage
bin/GrabImage
+bin/wmGrabImage
OpenPOWER on IntegriCloud