diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-02-19 09:37:14 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-02-19 09:37:14 +0000 |
commit | bf1e204fc30a171cac1da7cf6294c784c4b284b7 (patch) | |
tree | e3ca9e8810b24fc7c097ccf608a473df106ef3c5 /lang/tcc/files | |
parent | 731944ace153ac34c768309a31600f6f101bf81f (diff) | |
download | ports-bf1e204fc30a171cac1da7cf6294c784c4b284b7.tar.gz ports-bf1e204fc30a171cac1da7cf6294c784c4b284b7.zip |
Notes
Diffstat (limited to 'lang/tcc/files')
-rw-r--r-- | lang/tcc/files/patch-Makefile | 11 |
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 |