aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-11-20 02:28:11 +0800
committerpav <pav@FreeBSD.org>2006-11-20 02:28:11 +0800
commit6a2b49bb37588836c6d54d5c41e7de2f1454ea2d (patch)
tree8850d813ed294fd8ddb51161476a4a384a771c41
parent8748543bfd065368d82a85d69a43d867d406e27f (diff)
downloadfreebsd-ports-gnome-6a2b49bb37588836c6d54d5c41e7de2f1454ea2d.tar.gz
freebsd-ports-gnome-6a2b49bb37588836c6d54d5c41e7de2f1454ea2d.tar.zst
freebsd-ports-gnome-6a2b49bb37588836c6d54d5c41e7de2f1454ea2d.zip
- Fix build on amd64
-rw-r--r--devel/openthreads/files/patch-pthread_src::GNUmakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/openthreads/files/patch-pthread_src::GNUmakefile b/devel/openthreads/files/patch-pthread_src::GNUmakefile
index 485cc9f42414..ae4f35556881 100644
--- a/devel/openthreads/files/patch-pthread_src::GNUmakefile
+++ b/devel/openthreads/files/patch-pthread_src::GNUmakefile
@@ -1,10 +1,11 @@
---- pthread_src/GNUmakefile.orig Thu Oct 16 19:43:25 2003
-+++ pthread_src/GNUmakefile Thu Oct 16 19:43:56 2003
-@@ -15,6 +15,10 @@
+--- pthread_src/GNUmakefile.orig Thu Dec 8 12:28:18 2005
++++ pthread_src/GNUmakefile Sun Nov 19 19:25:11 2006
+@@ -15,6 +15,11 @@
LIBS += -lpthread
endif
+ifeq ($(OS),FreeBSD)
++DEF += -fPIC
+LIBS += $(PTHREAD_LIBS)
+endif
+