diff options
Diffstat (limited to 'devel/e4graph/files/patch-makefile.include.in')
-rw-r--r-- | devel/e4graph/files/patch-makefile.include.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/e4graph/files/patch-makefile.include.in b/devel/e4graph/files/patch-makefile.include.in new file mode 100644 index 000000000000..670af63168dd --- /dev/null +++ b/devel/e4graph/files/patch-makefile.include.in @@ -0,0 +1,11 @@ +--- makefile.include.in.orig Wed May 8 01:04:10 2002 ++++ makefile.include.in Fri Oct 11 04:07:02 2002 +@@ -22,7 +22,7 @@ + + # Compile flags: + +-CXXFLAGS = -g -O4 -DPIC -fPIC -Dq4_INLINE ++CXXFLAGS = @CXXFLAGS@ -DPIC -fPIC -Dq4_INLINE + + # Programs used during make: + |