diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-06-29 01:30:10 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-06-29 01:30:10 +0000 |
commit | d08126833f62963cdaabc562b07cd270e57e1be8 (patch) | |
tree | 58779d72c3d83c2d480f79f52f000eef3a890dad /lang/python27/files | |
parent | 967345c8dcd09a67b6b0c31ce0f3e04cb8ca0811 (diff) | |
download | ports-d08126833f62963cdaabc562b07cd270e57e1be8.tar.gz ports-d08126833f62963cdaabc562b07cd270e57e1be8.zip |
Notes
Diffstat (limited to 'lang/python27/files')
-rw-r--r-- | lang/python27/files/patch-Makefile.pre.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/python27/files/patch-Makefile.pre.in b/lang/python27/files/patch-Makefile.pre.in deleted file mode 100644 index d5d1bd6c5e86..000000000000 --- a/lang/python27/files/patch-Makefile.pre.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.pre.in.orig 2010-11-30 09:05:24.000000000 +0800 -+++ Makefile.pre.in 2010-11-30 09:05:48.000000000 +0800 -@@ -105,8 +105,8 @@ - - # Symbols used for using shared libraries - SO= @SO@ --LDSHARED= @LDSHARED@ $(LDFLAGS) --BLDSHARED= @BLDSHARED@ $(LDFLAGS) -+LDSHARED= @LDSHARED@ -+BLDSHARED= @BLDSHARED@ - LDCXXSHARED= @LDCXXSHARED@ - DESTSHARED= $(BINLIBDEST)/lib-dynload - |