summaryrefslogtreecommitdiff
path: root/lang/tcc/files/patch-Makefile
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-02-19 09:37:14 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-02-19 09:37:14 +0000
commitbf1e204fc30a171cac1da7cf6294c784c4b284b7 (patch)
treee3ca9e8810b24fc7c097ccf608a473df106ef3c5 /lang/tcc/files/patch-Makefile
parent- Update to 1.21 (diff)
Remove expired port:
2006-12-01 lang/tcc: is only for i386, and you are running amd64. Approved by: erwin (mentor, implicit)
Notes
Notes: svn path=/head/; revision=185506
Diffstat (limited to 'lang/tcc/files/patch-Makefile')
-rw-r--r--lang/tcc/files/patch-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/tcc/files/patch-Makefile b/lang/tcc/files/patch-Makefile
deleted file mode 100644
index 3ff9ff28867a..000000000000
--- a/lang/tcc/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Tue May 16 06:33:17 2006
-+++ Makefile Tue May 16 06:33:28 2006
-@@ -5,7 +5,7 @@
-
- CFLAGS=-O2 -g -Wall
- ifndef CONFIG_WIN32
--LIBS=-ldl
-+#LIBS=-ldl
- BCHECK_O=bcheck.o
- endif
- CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC