|
@@ -235,6 +235,12 @@ override RTLOPT+=$(RTLOPTLEVEL4)
|
|
override LOCALOPT+=$(OPTNEW)
|
|
override LOCALOPT+=$(OPTNEW)
|
|
override RTLOPT+=$(OPTNEW)
|
|
override RTLOPT+=$(OPTNEW)
|
|
endif
|
|
endif
|
|
|
|
+else
|
|
|
|
+ifdef COMPDATESTR
|
|
|
|
+ifeq ($(FPC_VERSION),$(PACKAGE_VERSION))
|
|
|
|
+override LOCALOPT+=-DD$(COMPDATESTR)
|
|
|
|
+endif
|
|
|
|
+endif
|
|
endif
|
|
endif
|
|
|
|
|
|
# Make OPT empty. It is copied to LOCALOPT and RTLOPT
|
|
# Make OPT empty. It is copied to LOCALOPT and RTLOPT
|