1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix a number of nits that I should have picked up.

Pointed out by:	steve
This commit is contained in:
Ade Lovett 2000-01-05 20:55:55 +00:00
parent 8808e4687c
commit 75a8a14723
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24450
3 changed files with 16 additions and 13 deletions

View File

@ -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

View File

@ -1 +1 @@
Monitor your favorite web image.
Monitor your favorite web image

View File

@ -1,2 +1,2 @@
bin/wmGrabImage
bin/GrabImage
bin/wmGrabImage