1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/astro/wmsun/files/patch-aa
Satoshi Taoka cc32d54e32 A dockapp that displays the rise and set time of the sun
PR:		11174
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-30 04:55:56 +00:00

14 lines
294 B
Plaintext

--- Makefile.orig Fri Apr 16 15:27:34 1999
+++ Makefile Fri Apr 16 15:27:56 1999
@@ -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