aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/umr
diff options
context:
space:
mode:
authoravl <avl@FreeBSD.org>2012-01-03 13:37:37 +0800
committeravl <avl@FreeBSD.org>2012-01-03 13:37:37 +0800
commitb6e90e09317fe75113611718006d029ca6360887 (patch)
treeb8c7523cb603ea83dcbf0115ffef9e12dab91cc4 /multimedia/umr
parent7888f25959b462ae5cb515919dbe3599e752fc94 (diff)
downloadfreebsd-ports-gnome-b6e90e09317fe75113611718006d029ca6360887.tar.gz
freebsd-ports-gnome-b6e90e09317fe75113611718006d029ca6360887.tar.zst
freebsd-ports-gnome-b6e90e09317fe75113611718006d029ca6360887.zip
- Fix build with clang
Diffstat (limited to 'multimedia/umr')
-rw-r--r--multimedia/umr/files/patch-Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/umr/files/patch-Makefile b/multimedia/umr/files/patch-Makefile
index 8856230c7260..66704f0311aa 100644
--- a/multimedia/umr/files/patch-Makefile
+++ b/multimedia/umr/files/patch-Makefile
@@ -1,9 +1,10 @@
--- Makefile.orig Fri Feb 18 15:37:53 2000
+++ Makefile Thu Oct 19 17:53:14 2006
-@@ -8,20 +8,6 @@
+@@ -7,21 +7,6 @@
+ GLOBALDEPS = Makefile umr.h
OBJS = main.o unrealfmt.o unrealfmtdata.o
- CC = gcc
+-CC = gcc
-CFLAGS = -march=k6 -mcpu=k6 -Wall
-
-ifdef DEBUG