diff options
| author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 04:54:58 +0000 |
|---|---|---|
| committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 04:54:58 +0000 |
| commit | 3e55b19efe5c0d3488e7fcc21150e62fed906a30 (patch) | |
| tree | bd7c8fc46607915139f8f087c5d8095ba5491009 /astro/wmspaceweather/files/patch-aa | |
| parent | Add ports/archivers/pkzip and ports/archivers/linux_rar (diff) | |
A DockApp that shows the weather at geosynchronous orbit
PR: 11173
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'astro/wmspaceweather/files/patch-aa')
| -rw-r--r-- | astro/wmspaceweather/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/astro/wmspaceweather/files/patch-aa b/astro/wmspaceweather/files/patch-aa new file mode 100644 index 000000000000..6416f6a3176d --- /dev/null +++ b/astro/wmspaceweather/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Fri Apr 16 15:05:58 1999 ++++ Makefile Fri Apr 16 15:06:23 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 + # for linux |
