aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fly/files
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-09-10 02:26:47 +0800
committerlawrance <lawrance@FreeBSD.org>2005-09-10 02:26:47 +0800
commit0a1b96aacddfa213a06c548b73a04d948ae51251 (patch)
tree370cd8e2a503212a6e4041da5e7cc28980129a99 /graphics/fly/files
parent0e93e385d6c3392b4abdf9dcb73d7c55093e1362 (diff)
downloadfreebsd-ports-gnome-0a1b96aacddfa213a06c548b73a04d948ae51251.tar.gz
freebsd-ports-gnome-0a1b96aacddfa213a06c548b73a04d948ae51251.tar.zst
freebsd-ports-gnome-0a1b96aacddfa213a06c548b73a04d948ae51251.zip
Update to 2.0.0
PR: ports/85877 Submitted by: Ports Fury
Diffstat (limited to 'graphics/fly/files')
-rw-r--r--graphics/fly/files/patch-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/fly/files/patch-Makefile b/graphics/fly/files/patch-Makefile
deleted file mode 100644
index f756894b3aba..000000000000
--- a/graphics/fly/files/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig Wed Oct 22 16:52:11 2003
-+++ Makefile Wed Oct 22 16:53:04 2003
-@@ -5,15 +5,16 @@
- # following line
- # GD = /path/to/gd/directory
- GD = gd1.3
-- CC = gcc
-- CFLAGS = -O -I$(GD)
-+ CC ?= cc
-+ CFLAGS ?= -O -pipe
-+ CFLAGS += -I$(GD)
- #CFLAGS = -O -pedantic -Wall -I$(GD)
- LIBS = -L$(GD) -lgd -lm
-
- all: gd fly
-
- gd: $(GD)
-- cd $(GD); make CC=$(CC)
-+ cd $(GD); make CC="$(CC)" CFLAGS="$(CFLAGS)"
-
-
- fly.o: fly.c fly.h