diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 23:31:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 23:31:17 +0000 |
commit | ec949d4e6e5f6459a947af684e2adc36030d71bf (patch) | |
tree | 4fc74a072d80330cb3bea59d13e32d25fdb4bf8a /sysutils/webjob/files/patch-src::config.h.in | |
parent | - Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR} (diff) |
- Update to 1.4.0
PR: ports/66180
Submitted by: klm <klm@uidzero.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=108223
Diffstat (limited to 'sysutils/webjob/files/patch-src::config.h.in')
-rw-r--r-- | sysutils/webjob/files/patch-src::config.h.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/webjob/files/patch-src::config.h.in b/sysutils/webjob/files/patch-src::config.h.in deleted file mode 100644 index 6b406243ab8c..000000000000 --- a/sysutils/webjob/files/patch-src::config.h.in +++ /dev/null @@ -1,13 +0,0 @@ -diff -urP webjob-1.3.0/src/config.h.in webjob-1.3.0.amd64/src/config.h.in ---- src/config.h.in.orig Fri Jul 25 18:19:19 2003 -+++ src/config.h.in Sun Apr 4 23:52:03 2004 -@@ -161,6 +161,9 @@ - /* Define to 1 if the host cpu is alpha. */ - #undef K_CPU_ALPHA - -+/* Define to 1 if the host cpu is amd64. */ -+#undef K_CPU_AMD64 -+ - /* Define to 1 if the host cpu is iX86. */ - #undef K_CPU_I386 - |