0598a41fa7
renames the lib installed to libossp-uuid, which is already supported by databases/postgresql*-datatypes. Bump PKGREVISION.
16 lines
508 B
Text
16 lines
508 B
Text
$NetBSD: patch-uuid-config.in,v 1.1 2014/02/12 11:43:53 fhajny Exp $
|
|
|
|
Rename package files to avoid conflict with devel/libuuid (based
|
|
on Debian patches).
|
|
|
|
--- uuid-config.in.orig 2008-03-07 10:49:59.000000000 +0000
|
|
+++ uuid-config.in
|
|
@@ -121,7 +121,7 @@ do
|
|
output_extra="$output_extra $uuid_ldflags"
|
|
;;
|
|
--libs)
|
|
- output="$output -luuid"
|
|
+ output="$output -lossp-uuid"
|
|
output_extra="$output_extra $uuid_libs"
|
|
;;
|
|
* )
|