Bug 102516 - [MAINTAINER] devel/libusb , x11/xfce4-clipman-plugin: use
Summary: [MAINTAINER] devel/libusb , x11/xfce4-clipman-plugin: use
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-25 22:10 UTC by Rene Ladan
Modified: 2006-08-26 18:28 UTC (History)
0 users

See Also:


Attachments
file.diff (306 bytes, patch)
2006-08-25 22:10 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan 2006-08-25 22:10:18 UTC
use USE_LDCONFIG instead of INSTALLS_SHLIB

Fix: -INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

 post-patch:


----------------------


diff -ruN /usr/ports/x11/xfce4-clipman-plugin/Makefile
xfce4-clipman-plugin/Makefile


.include <bsd.port.mk>--dUKgl34iGasaM7oPE6VkU56UgcIw1BGrYQE1OZ4XNxtNt4XA
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN /usr/ports/devel/libusb/Makefile libusb/Makefile
--- /usr/ports/devel/libusb/Makefile	Sun Jul 30 13:48:24 2006
+++ libusb/Makefile	Fri Aug 25 22:44:54 2006
@@ -31,7 +31,7 @@
 PLIST_SUB=	SGML="@comment "
 .endif
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-08-26 18:28:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!