Bug#473211: libgtop2: FTBFS on GNU/kFreeBSD - cleaner Makefile.am

Petr Salinger Petr.Salinger at seznam.cz
Tue Apr 1 14:01:14 UTC 2008


>> The following snippet of sysdeps/common/Makefile.am
>> also works on kfreebsd:
>>
>> if !LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST
>> mountlist_src = mountlist.c
>> endif
>>
>> if !LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE
>> fsusage_src = fsusage.c
>> endif
>>
>> libgtop_common_2_0_la_SOURCES   = error.c gnuslib.c \
>>                                    procargs.c \
>>                                    default.c \
>>                                    $(mountlist_src) $(fsusage_src)
>>
>> Please, could you forward it upstream for inclusion in 2.22.1
>
> Hi,
> so only the last part makes things work on kfreebsd already? Or is
> everything required?
>
> Could you prepare one diff with everything needed? I'll get it upstream
> then :)

Change of sysdeps/common/Makefile.am is for upstream. I guess 
upstream have in svn/cvs files sysdeps/common/fsusage.c
and sysdeps/common/mountlist.c.
But these files are not in tarball created by "make dist".
After changing Makefile.am, they should appear
in tarball created by "make dist" again.

For debian is also needed the part changing debian/control.in and 
debian/rules.

Petr








More information about the pkg-gnome-maintainers mailing list