diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2008-02-25 23:43:39 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2008-02-25 23:43:39 +0000 |
commit | cf5c43aaa831bb22ffd3d2e388841eb4eed50fe5 (patch) | |
tree | a6930bd0487dae8ea89b133602d0d2fea276ea99 /sysutils/sge60 | |
parent | a59f6022c2a099ad213dbb8115f0e9a30a3b1cea (diff) |
Notes
Diffstat (limited to 'sysutils/sge60')
-rw-r--r-- | sysutils/sge60/Makefile | 3 | ||||
-rw-r--r-- | sysutils/sge60/files/pthread-types.diff | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index 1b7cc6807271..0e06067af324 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/Makefile @@ -33,9 +33,6 @@ CONFLICTS= sge-6.[1-9]* sge-5* sgeee-[0-9]* sge-0.* EXTRA_PATCHES= ${FILESDIR}/sge-freebsd-pdc.diff -.if !exists(/usr/include/sys/_pthreadtypes.h) -EXTRA_PATCHES= ${FILESDIR}/pthread-types.diff -.endif NOT_FOR_ARCHS= alpha USE_GETTEXT= yes diff --git a/sysutils/sge60/files/pthread-types.diff b/sysutils/sge60/files/pthread-types.diff deleted file mode 100644 index 6f2bbc2b9acc..000000000000 --- a/sysutils/sge60/files/pthread-types.diff +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libs/uti/sge_profiling.h.orig -+++ libs/uti/sge_profiling.h -@@ -35,7 +35,7 @@ - #include <time.h> - #include <sys/time.h> - #include <sys/times.h> -- -+#include <pthread.h> - - #include "basis_types.h" - |