~ubuntu-branches/ubuntu/vivid/virtualbox/vivid

« back to all changes in this revision

Viewing changes to .pc/29-fix-ftbfs-as-needed.patch/Config.kmk

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2011-12-29 12:29:25 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111229122925-8ota2o33fuk0bkf8
Tags: 4.1.8-dfsg-1
* New upstream release.
* Move all transitional packages to section oldlibs and priority extra.
* Refresh 16-no-update.patch.
* Drop 36-kernel-3.2.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
# This is the current build number. It should be increased every time we publish a
193
193
# new build. The define is available in every source file. Only even build numbers
194
194
# will be published, odd numbers are set during development.
195
 
VBOX_VERSION_BUILD = 6
 
195
VBOX_VERSION_BUILD = 8
196
196
# The raw version string. This *must not* contain any other information/fields than
197
197
# major, minor and build revision (as it is now) -- also will be used for host/guest version
198
198
# comparison.
2443
2443
SDK_VBOX_LIBPNG_LIBS ?= $(PATH_STAGE_LIB)/VBox-libpng$(VBOX_SUFF_LIB)
2444
2444
 
2445
2445
SDK_VBOX_ZLIB         = .
2446
 
if1of ($(KBUILD_TARGET), os2 win)
 
2446
if1of ($(KBUILD_TARGET), os2 solaris win)
2447
2447
 SDK_VBOX_ZLIB_INCS  ?= $(PATH_ROOT)/src/libs/zlib-1.2.1
2448
2448
 SDK_VBOX_ZLIB_LIBS  ?= $(PATH_STAGE_LIB)/VBox-zlib$(VBOX_SUFF_LIB)
2449
2449
else
4836
4836
SVN                    ?= svn$(HOSTSUFF_EXE)
4837
4837
VBOX_SVN_REV_KMK        = $(PATH_OUT)/revision.kmk
4838
4838
ifndef VBOX_SVN_REV
4839
 
 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev: 74727 $  )
 
4839
 VBOX_SVN_REV_FALLBACK := $(patsubst %:,,  $Rev: 75467 $  )
4840
4840
 VBOX_SVN_DEP          := $(wildcard $(PATH_ROOT)/.svn/entries)
4841
4841
 ifeq ($(which $(SVN)),)
4842
4842
  VBOX_SVN_DEP         :=