summaryrefslogtreecommitdiff
path: root/net/linc/files/patch-configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-10- USES=libtool pathfix tar:bzip2Tijl Coosemans1-13/+0
- Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361443
2002-04-26- Update to 0.1.21 (version found in GNOME2 beta4);Maxim Sobolev1-3/+3
- use USE_LIBTOOL. Notes: svn path=/head/; revision=58148
2002-04-26Use USE_LIBTOOL.Maxim Sobolev1-3/+3
Notes: svn path=/head/; revision=58146
2002-04-25Put USE_LIBTOOL back.Maxim Sobolev1-3/+3
Notes: svn path=/head/; revision=58125
2002-04-25- Unbreak after USE_LIBTOOL change;Maxim Sobolev1-0/+13
- don't build/install useless static library (useless because we want Python module, which is by definition shared object). Not only this reduces the package size and saves disk space, but also halves the time necessary to compile the port; - don't install useless .la file; - remove version number from the shared object - it doesn't serve any meaningful purpose. Notes: svn path=/head/; revision=58115