Module Name: xsrc
Committed By: mrg
Date: Sat Nov 7 21:20:46 UTC 2020
Added Files:
xsrc/external/mit/libdrm/dist: configure
Log Message:
add minimal 'configure' script that finds the versions, and
doesn't end up with an empty version in the .pc file.
pointed out by Michael Scholz in private email.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 xsrc/external/mit/libdrm/dist/configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: xsrc/external/mit/libdrm/dist/configure
diff -u /dev/null xsrc/external/mit/libdrm/dist/configure:1.3
--- /dev/null Sat Nov 7 21:20:46 2020
+++ xsrc/external/mit/libdrm/dist/configure Sat Nov 7 21:20:46 2020
@@ -0,0 +1,8 @@
+# XXX hack for netbsd pkgconfig processing.
+
+# Identity of this package.
+PACKAGE_NAME='libdrm'
+PACKAGE_TARNAME='libdrm'
+PACKAGE_VERSION='2.4.102'
+PACKAGE_STRING='libdrm 2.4.102'
+PACKAGE_URL=''