]> git.pld-linux.org Git - packages/smalltalk.git/commitdiff
- fix enums
authorspeedy <speedy@pld-linux.org>
Sat, 13 Dec 2003 00:38:15 +0000 (00:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    smalltalk-enums.patch -> 1.1

smalltalk-enums.patch [new file with mode: 0644]

diff --git a/smalltalk-enums.patch b/smalltalk-enums.patch
new file mode 100644 (file)
index 0000000..8a0329f
--- /dev/null
@@ -0,0 +1,11 @@
+--- smalltalk-2.1.5/gtk/Makefile.am.orig       2003-09-15 12:00:31.000000000 +0200
++++ smalltalk-2.1.5/gtk/Makefile.am    2003-12-13 01:20:01.000000000 +0100
+@@ -145,7 +145,7 @@
+       xargs ./cpp < .order | ./funcs > Funcs.st
+ enums.c: mk_enums cpp .order $(LOCAL_FILES)
+-      xargs ./cpp < .order | ./mk_enums > enums.c
++      xargs ./cpp < .order | ./mk_enums | grep -v stored > enums.c
+ sigtable.c: sigtable cpp .order $(LOCAL_FILES)
+       xargs ./cpp < .order | ./sigtable > sigtable.c
This page took 0.07653 seconds and 4 git commands to generate.