aboutsummaryrefslogtreecommitdiff
path: root/lang/tcc/files
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
parent731944ace153ac34c768309a31600f6f101bf81f (diff)
downloadports-bf1e204fc30a171cac1da7cf6294c784c4b284b7.tar.gz
ports-bf1e204fc30a171cac1da7cf6294c784c4b284b7.zip
Notes
Diffstat (limited to 'lang/tcc/files')
-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