diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:02:26 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-12-22 01:02:26 +0000 |
commit | 2900ef85cf34cecf6cd0bc8e29dbd2e2a98f846a (patch) | |
tree | 6b249c299c3f6fe1486b31e139eb05111d961f20 /x11/libXext/files/patch-Makefile.in | |
parent | Note: Unless you hit "Save," your changes don't take effect. (diff) |
New port: Prerelease version of libXext from freedesktop.org:
X Extension 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=96391
Diffstat (limited to 'x11/libXext/files/patch-Makefile.in')
-rw-r--r-- | x11/libXext/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libXext/files/patch-Makefile.in b/x11/libXext/files/patch-Makefile.in new file mode 100644 index 000000000000..aea804132ed3 --- /dev/null +++ b/x11/libXext/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Nov 10 00:02:36 2003 ++++ Makefile.in Mon Nov 10 00:02:45 2003 +@@ -161,7 +161,7 @@ + globals.c + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xext.pc + + EXTRA_DIST = xext.pc.in |