Project

General

Profile

base-dir-set-externally.patch

patch for DENG_BASE_DIR - johnnywho, 2015-08-24 23:21

View differences:

doomsday-1.14.0-new/doomsday/config_unix.pri 2015-08-24 22:55:01.113845969 +0300
41 41
# the linker where to find them.
42 42
!contains(DENG_LIB_DIR, ^/usr/.*): QMAKE_LFLAGS += -Wl,-rpath,$$DENG_LIB_DIR
43 43

  
44
DENG_BASE_DIR = $$PREFIX/share/doomsday
44
isEmpty(DENG_BASE_DIR) {
45
    DENG_BASE_DIR = $$PREFIX/share/doomsday
46
}
47

  
45 48
DENG_DATA_DIR = $$DENG_BASE_DIR/data
46 49

  
47 50
DEFINES += DENG_BASE_DIR=\"\\\"$${DENG_BASE_DIR}/\\\"\"