- Remove patch-Makefile.pre.in, now build with pthread correctly, bump PORTREVISION

Reported by:	rhurlin@gwdg.de (via email)
This commit is contained in:
Wen Heping 2011-06-29 01:30:10 +00:00
parent 967345c8dc
commit d08126833f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276629
2 changed files with 1 additions and 13 deletions

View file

@ -6,6 +6,7 @@
PORTNAME= python27
PORTVERSION= 2.7.2
PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}

View file

@ -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