fbcba3cd00
- patch to generate comments compliant with DSC 3.0 (#558380)
14 lines
407 B
Diff
14 lines
407 B
Diff
diff --git a/Imakefile b/Imakefile
|
|
index 5e44c8a..2f7fc4d 100755
|
|
--- a/Imakefile
|
|
+++ b/Imakefile
|
|
@@ -22,7 +22,7 @@ XCOMM to make transfig and fig2dev:
|
|
XCOMM type "xmkmf", "make Makefiles", "make" then "make install"
|
|
|
|
#define IHaveSubdirs
|
|
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
|
+#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS) $(RPM_OPT_FLAGS)'
|
|
|
|
DEPLIBS =
|
|
SUBDIRS = fig2dev transfig
|