diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-23 00:11:38 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-23 00:11:38 +0800 |
commit | 31e1343260ef48cb4bc33755e9b0030ab90716b6 (patch) | |
tree | a6e50f9dbda3b6a70376ab86044ab1b0e8f85fd5 /x11-toolkits/vte/files/patch-config.h.in | |
parent | df8c54899c0dd6ad31f293706f8ee17afd5a157a (diff) | |
download | marcuscom-ports-31e1343260ef48cb4bc33755e9b0030ab90716b6.tar marcuscom-ports-31e1343260ef48cb4bc33755e9b0030ab90716b6.tar.gz marcuscom-ports-31e1343260ef48cb4bc33755e9b0030ab90716b6.tar.bz2 marcuscom-ports-31e1343260ef48cb4bc33755e9b0030ab90716b6.tar.lz marcuscom-ports-31e1343260ef48cb4bc33755e9b0030ab90716b6.tar.xz marcuscom-ports-31e1343260ef48cb4bc33755e9b0030ab90716b6.tar.zst marcuscom-ports-31e1343260ef48cb4bc33755e9b0030ab90716b6.zip |
Update to 0.23.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13286 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files/patch-config.h.in')
-rw-r--r-- | x11-toolkits/vte/files/patch-config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/vte/files/patch-config.h.in b/x11-toolkits/vte/files/patch-config.h.in new file mode 100644 index 000000000..03db0e1c4 --- /dev/null +++ b/x11-toolkits/vte/files/patch-config.h.in @@ -0,0 +1,12 @@ +--- config.h.in.orig Wed May 17 10:45:57 2006 ++++ config.h.in Wed May 17 10:46:25 2006 +@@ -106,6 +106,9 @@ + /* Define to 1 if you have the <GL/glx.h> header file. */ + #undef HAVE_GL_GLX_H + ++/* Define to 1 if you have the `posix_openpt' function. */ ++#undef HAVE_POSIX_OPENPT ++ + /* Define to 1 if you have the `grantpt' function. */ + #undef HAVE_GRANTPT + |