diff options
author | knu <knu@FreeBSD.org> | 2000-07-19 08:41:40 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-19 08:41:40 +0800 |
commit | d8a93609f187d2b2fe4b82b5007c383ae6b733fa (patch) | |
tree | b3d21130b8795e0241a27da8a26227408a227926 /print | |
parent | ee3776d96536ccbc569f9d2193e460ce1899caeb (diff) | |
download | freebsd-ports-gnome-d8a93609f187d2b2fe4b82b5007c383ae6b733fa.tar.gz freebsd-ports-gnome-d8a93609f187d2b2fe4b82b5007c383ae6b733fa.tar.zst freebsd-ports-gnome-d8a93609f187d2b2fe4b82b5007c383ae6b733fa.zip |
Fix build failure on -current. (Another fix regarding Perl 5.6.0 update)
Approved by: taoka-san (Maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/perlftlib/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/perlftlib/files/patch-ab b/print/perlftlib/files/patch-ab new file mode 100644 index 000000000000..eab15e5f0ec6 --- /dev/null +++ b/print/perlftlib/files/patch-ab @@ -0,0 +1,11 @@ +--- FreeType/FreeType.xs.orig Mon Dec 14 14:13:26 1998 ++++ FreeType/FreeType.xs Tue Jul 18 21:56:29 2000 +@@ -12,6 +12,8 @@ + #include "EXTERN.h" + #include "perl.h" + #include "XSUB.h" ++#define PERL_POLLUTE 1 ++#include "embedvar.h" + #ifdef __cplusplus + } + #endif |