diff options
author | pav <pav@FreeBSD.org> | 2006-05-01 23:06:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-01 23:06:34 +0800 |
commit | 72f021bfe5c7aa5d167d6366c16f61651bbe9f9c (patch) | |
tree | 7b4d474bb74de3cf3e65d6cfcad63c8beb072917 /net/bittwist/files | |
parent | 64c694e6c677156f8f03894274eb23af01f7c1e3 (diff) | |
download | freebsd-ports-gnome-72f021bfe5c7aa5d167d6366c16f61651bbe9f9c.tar.gz freebsd-ports-gnome-72f021bfe5c7aa5d167d6366c16f61651bbe9f9c.tar.zst freebsd-ports-gnome-72f021bfe5c7aa5d167d6366c16f61651bbe9f9c.zip |
- Update to 0.72
PR: ports/96584
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
Diffstat (limited to 'net/bittwist/files')
-rw-r--r-- | net/bittwist/files/patch-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/bittwist/files/patch-Makefile b/net/bittwist/files/patch-Makefile deleted file mode 100644 index 9f10c5b73c61..000000000000 --- a/net/bittwist/files/patch-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Thu Apr 13 22:58:48 2006 -+++ Makefile Sat Apr 22 21:28:25 2006 -@@ -5,10 +5,11 @@ - bindir = ${exec_prefix}/bin - mandir = ${prefix}/man/man1 - --CC = gcc -+CC ?= gcc - DEBUG = -g - #CFLAGS = -O2 -Wall $(DEBUG) --CFLAGS = -O2 $(DEBUG) -+CFLAGS ?= -O2 -+CFLAGS += $(DEBUG) - SRC = src - DOC = doc |