mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7c3c3d18d3
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
22 lines
715 B
Diff
22 lines
715 B
Diff
--- a/gwyddion-2.26/plugins/process/Makefile.am 2007-10-18 20:06:34.000000000 +0700
|
|
+++ b/gwyddion-2.26/plugins/process/Makefile.am 2012-02-11 12:11:13.000000000 +0700
|
|
@@ -84,7 +84,7 @@
|
|
$(cpp_plugins_sources) \
|
|
$(all_rgis)
|
|
|
|
-PASCAL_FLAGS = -Mdelphi -l- -Sh -WC -O2 -Xc -XX
|
|
+PASCAL_FLAGS = -Mdelphi -l- -Sh -O2 -Xc -XX
|
|
|
|
clean-local:
|
|
rm -f core.* *~ *.ppu
|
|
--- a/gwyddion-2.26/plugins/process/Makefile.in 2011-12-17 16:58:01.000000000 +0700
|
|
+++ b/gwyddion-2.26/plugins/process/Makefile.in 2012-02-11 12:10:59.000000000 +0700
|
|
@@ -401,7 +401,7 @@
|
|
$(cpp_plugins_sources) \
|
|
$(all_rgis)
|
|
|
|
-PASCAL_FLAGS = -Mdelphi -l- -Sh -WC -O2 -Xc -XX
|
|
+PASCAL_FLAGS = -Mdelphi -l- -Sh -O2 -Xc -XX
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|