diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /lang/helium/files/patch-lvm::src::configure | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to '')
-rw-r--r-- | lang/helium/files/patch-lvm::src::configure | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/lang/helium/files/patch-lvm::src::configure b/lang/helium/files/patch-lvm::src::configure deleted file mode 100644 index 7f5220cafb38..000000000000 --- a/lang/helium/files/patch-lvm::src::configure +++ /dev/null @@ -1,35 +0,0 @@ ---- lvm/src/configure.orig Wed Feb 2 09:10:20 2005 -+++ lvm/src/configure Wed Feb 2 09:10:54 2005 -@@ -608,23 +608,11 @@ - echo "#define HAS_MEMMOVE" >> s.h - fi - --if sh ./hasgot vsnprintf; then -- echo "vsnprintf() found." -+ echo "vsnprintf() assumed (FreeBSD)." - echo "#define HAS_VSNPRINTF" >> s.h --else if sh ./hasgot _vsnprintf; then -- echo "_vsnprintf() found." -- echo "#define HAS__VSNPRINTF" >> s.h -- fi --fi - --if sh ./hasgot snprintf; then -- echo "snprintf() found." -+ echo "snprintf() assumed (FreeBSD)." - echo "#define HAS_SNPRINTF" >> s.h --else if sh ./hasgot _snprintf; then -- echo "_snprintf() found." -- echo "#define HAS__SNPRINTF" >> s.h -- fi --fi - - if sh ./hasgot strncpy; then - echo "strncpy() found." -@@ -694,4 +682,4 @@ - echo " linker used............... $link" - echo " options for linking....... $cclinkopts" - echo --echo -\ No newline at end of file -+echo |