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/sge61 | |
parent | Fix a typo, '--create' -> '--create-from'. This patch has been merged in (diff) |
Remove a nolonger needed workaround for systems prior to 6.0 that was
preventing builds on 5.x.
Don't bump PORTREVISION because we were only trying to apply the patch
to 5.x systems and thus no changes will occur on systems that were
building prior to this change.
Reported by: pointyhat (via erwin)
Notes
Notes:
svn path=/head/; revision=207910
Diffstat (limited to 'sysutils/sge61')
-rw-r--r-- | sysutils/sge61/Makefile | 3 | ||||
-rw-r--r-- | sysutils/sge61/files/pthread-types.diff | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index 8279736c5258..cdae92dfe8fc 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/Makefile @@ -36,9 +36,6 @@ OPTIONS= BDB "Use DB based spooler" on \ LATEST_LINK= sge61 CONFLICTS= sge-6.[02-9]* sge-5* sgeee-[0-9]* sge-0.* -.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/sge61/files/pthread-types.diff b/sysutils/sge61/files/pthread-types.diff deleted file mode 100644 index 6f2bbc2b9acc..000000000000 --- a/sysutils/sge61/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" - |