git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
readers updated (mini header -> data header)
[u/mrichter/AliRoot.git]
/
PDF
/
libpdf.pkg
diff --git
a/PDF/libpdf.pkg
b/PDF/libpdf.pkg
index 2cb6193f730524d019c7dddf166f1f17a17b39fe..e19e41ba685a215c02c973101d7ff8cef6f71a5e 100644
(file)
--- a/
PDF/libpdf.pkg
+++ b/
PDF/libpdf.pkg
@@
-392,3
+392,11
@@
npdf/sfeks98.F \
npdf/structa.F
PACKFFLAGS := $(FFLAGS) -IPDF/pdf
+
+ifeq ($(PLATFORM),linux)
+ GCC_VERSION := $(shell $(CXX) -v 2>&1 | \
+ grep version | cut -d' ' -f3)
+ ifeq ($(GCC_VERSION),2.96)
+ PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
+ endif
+endif