Opened 10 years ago
Closed 10 years ago
#45272 closed defect (fixed)
gegl: ./configure: line 18305: ,: command not found
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | gegl |
Description
During configure, gegl prints this message:
./configure: line 18305: ,: command not found
There is a stray comma on a line by itself at that point in the configure script.
This appears to come from the patch to the configure.ac file in the patch-fix-introspection.diff patchfile.
I believe the attached patch for the patchfile is the correct fix.
Attachments (1)
Change History (2)
Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | patch-fix-introspection.diff.diff added |
---|
comment:1 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.3.99 |
Note: See
TracTickets for help on using
tickets.
Committed in r126279. Thanks, Ryan.