diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 00:23:26 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 00:23:26 +0000 |
commit | 1f7ea8c5d62da4d8406474e8826c1ab1c4fc1111 (patch) | |
tree | e622ff6838ba38c33ddb6602ed98c506ed6d86d5 /x11/libXres/files/patch-Makefile.in | |
parent | New port: Prerelease version of resourceext from freedesktop.org: (diff) |
New port: Prerelease version of libXres from freedesktop.org:
X Resource usage library
Testing is encouraged, but please do not use these ports as dependencies until
they are updated to release tarballs and the XFree86 ports have been updated to
depend on them.
Notes
Notes:
svn path=/head/; revision=96380
Diffstat (limited to 'x11/libXres/files/patch-Makefile.in')
-rw-r--r-- | x11/libXres/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libXres/files/patch-Makefile.in b/x11/libXres/files/patch-Makefile.in new file mode 100644 index 000000000000..6bfb9b6b838c --- /dev/null +++ b/x11/libXres/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Dec 21 16:10:44 2003 ++++ Makefile.in Sun Dec 21 16:16:52 2003 +@@ -177,7 +177,7 @@ + libXResincludedir = $(includedir)/X11/extensions + libXResinclude_HEADERS = XRes.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xres.pc + + EXTRA_DIST = xres.pc.in autogen.sh |