SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
www/sope/patches/patch-sope-xml_DOM_GNUmakefile_preamble
Normal file
15
www/sope/patches/patch-sope-xml_DOM_GNUmakefile_preamble
Normal file
|
@ -0,0 +1,15 @@
|
|||
decouple sope version from library interface version.
|
||||
|
||||
--- sope-xml/DOM/GNUmakefile.preamble.orig Thu Dec 6 19:12:26 2012
|
||||
+++ sope-xml/DOM/GNUmakefile.preamble Sun Dec 9 11:02:33 2012
|
||||
@@ -19,8 +19,8 @@ DOM_OBJC_FILES = $(libDOM_OBJC_FILES)
|
||||
ADDITIONAL_CPPFLAGS += \
|
||||
-O2 \
|
||||
-Wall -DCOMPILE_FOR_GSTEP_MAKE=1 \
|
||||
- -DSOPE_MAJOR_VERSION=$(MAJOR_VERSION) \
|
||||
- -DSOPE_MINOR_VERSION=$(MINOR_VERSION) \
|
||||
+ -DSOPE_MAJOR_VERSION=$(SOPE_MAJOR_VERSION) \
|
||||
+ -DSOPE_MINOR_VERSION=$(SOPE_MINOR_VERSION) \
|
||||
-DSOPE_SUBMINOR_VERSION=$(SUBMINOR_VERSION)
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS += -I.. -I../..
|
Loading…
Add table
Add a link
Reference in a new issue