pkgsrc/databases/postgresql-uuid/patches/patch-Makefile
brook 4a91e7a8af Comment the patch to note that it uses more generic names than the original
file and ensures that rpath information is included in the installed library.
2011-03-08 15:08:27 +00:00

20 lines
579 B
Text

$NetBSD: patch-Makefile,v 1.2 2011/03/08 15:08:27 brook Exp $
Use more generic names for the installed files and ensure that rpath
information is correctly included within the shared library.
--- Makefile.orig 2009-03-15 10:02:47.000000000 -0600
+++ Makefile 2011-02-12 10:59:40.000000000 -0700
@@ -1,9 +1,7 @@
-MODULE_big = uuid-freebsd
-OBJS = uuid-freebsd.o
-DATA_built = uuid-freebsd.sql
-DATA = uninstall_uuid-freebsd.sql
-SHLIB_LINK = -lmd
+MODULES = uuid
+DATA_built = uuid.sql
+DATA = uninstall_uuid.sql
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)