aboutsummaryrefslogtreecommitdiff
path: root/astro/wmglobe/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/wmglobe/files/patch-Makefile')
-rw-r--r--astro/wmglobe/files/patch-Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/astro/wmglobe/files/patch-Makefile b/astro/wmglobe/files/patch-Makefile
deleted file mode 100644
index 3b917fbb5b9e..000000000000
--- a/astro/wmglobe/files/patch-Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.orig Wed Feb 3 05:11:37 1999
-+++ Makefile Tue Feb 22 22:22:20 2000
-@@ -1,12 +1,11 @@
--INC = -I/usr/X11R6/include
--LIBS = -lXext -lX11 -lm -L/usr/X11R6/lib \
-- -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster
-+INC = `get-wraster-flags --cflags`
-+LIBS = `get-wraster-flags --ldflags` `get-wraster-flags --libs`
- OBJS = src/wmglobe.o src/rend.o src/wmgutil.o \
- src/sunpos.o src/myconvert.o src/mycontext.o
-
-
- .c.o :
-- gcc -c -O2 -Wall $(INC) $< -o $*.o
-+ ${CC} -c ${CFLAGS} $(INC) $< -o $@
-
- all: wmglobe
-
-@@ -14,9 +13,8 @@
- rm -f src/*.o wmglobe
-
- wmglobe : $(OBJS)
-- gcc -O2 -Wall $(OBJS) -o wmglobe $(LIBS)
-- strip wmglobe
-+ ${CC} ${CFLAGS} $(OBJS) -o wmglobe $(LIBS)
-
- install :
-- install wmglobe /usr/local/bin
-- install wmglobe.1 /usr/local/man/man1
-+ ${BSD_INSTALL_PROGRAM} wmglobe ${PREFIX}/bin
-+ ${BSD_INSTALL_MAN} wmglobe.1 ${PREFIX}/man/man1