parent
4c1fbc9fdb
commit
10b4481ba5
@ -0,0 +1,8 @@
|
|||||||
|
diff -Naur motif-2.3.8/tools/wml/wmluiltok.l motif-2.3.8_patched/tools/wml/wmluiltok.l
|
||||||
|
--- motif-2.3.8/tools/wml/wmluiltok.l 2024-01-18 17:19:43.997764906 -0600
|
||||||
|
+++ motif-2.3.8_patched/tools/wml/wmluiltok.l 2024-01-18 17:19:13.998702374 -0600
|
||||||
|
@@ -1,3 +1,4 @@
|
||||||
|
+%option main
|
||||||
|
%{
|
||||||
|
/*
|
||||||
|
* Motif
|
@ -39,6 +39,8 @@ class Motif(AutotoolsPackage):
|
|||||||
depends_on("pkgconfig", type="build")
|
depends_on("pkgconfig", type="build")
|
||||||
|
|
||||||
patch("add_xbitmaps_dependency.patch")
|
patch("add_xbitmaps_dependency.patch")
|
||||||
|
# ensure tools/wml/wmluiltok.c has a main function
|
||||||
|
patch("add_wmluiltok_option_main.patch")
|
||||||
|
|
||||||
def patch(self):
|
def patch(self):
|
||||||
# fix linking the simple_app demo program
|
# fix linking the simple_app demo program
|
||||||
|
Loading…
Reference in New Issue
Block a user