diff options
author | pav <pav@FreeBSD.org> | 2006-11-20 02:28:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-11-20 02:28:11 +0800 |
commit | 6a2b49bb37588836c6d54d5c41e7de2f1454ea2d (patch) | |
tree | 8850d813ed294fd8ddb51161476a4a384a771c41 | |
parent | 8748543bfd065368d82a85d69a43d867d406e27f (diff) | |
download | freebsd-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::GNUmakefile | 7 |
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 + |