pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/32787



The following reply was made to PR pkg/32787; it has been noted by GNATS.

From: Rui-Xiang Guo <rxg%NetBSD.org@localhost>
To: nocker.bk%gmail.com@localhost
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/32787
Date: Tue, 28 Feb 2006 15:47:02 +0800

 --HlL+5n6rz5pIUxbD
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 could you please test the attachment to see if it fix the problem?
 
 -rxg
 
 --HlL+5n6rz5pIUxbD
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch-af
 
 $NetBSD$
 
 --- Imakefile.orig     2006-02-28 15:34:15.000000000 +0800
 +++ Imakefile
 @@ -38,6 +38,7 @@ InstallManSubdirs(Subdirs)
  CppScriptTarget(xfm.install.script,bin/xfm.install.cpp,\
  -DLIBDIR=$(XFMLIBDIR),)
  InstallScript(xfm.install,$(DESTDIR)$(BINDIR))
 +AllTarget(xfm.install.script)
  
  /* rules to create and install the appdefaults file, the config files and the
     pixmaps */
 @@ -51,6 +52,7 @@ CppFileTarget(Xfm.ad,lib/Xfm.cpp,-DLIBDI
  CppFileTarget(Xfm.ad,lib/Xfm.cpp,-DLIBDIR=$(XFMLIBDIR) 
$(ENH_DEFINES),src/FmVersion.h)
  #endif
  InstallAppDefaults(Xfm)
 +AllTarget(Xfm.ad)
  
  install::
        MakeDir($(XFMLIBDIR)/bitmaps)
 
 --HlL+5n6rz5pIUxbD--
 



Home | Main Index | Thread Index | Old Index