diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-09 14:50:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-09 14:50:05 +0800 |
commit | 4bec56d917370ffe1839b6bcd020e6fe7d0e12cb (patch) | |
tree | 6e0ec062fc8e0c656d419701f7a781e562b63e96 /graphics | |
parent | 86641da2d758240f5a77e54fff8789724f5665c6 (diff) | |
download | freebsd-ports-gnome-4bec56d917370ffe1839b6bcd020e6fe7d0e12cb.tar.gz freebsd-ports-gnome-4bec56d917370ffe1839b6bcd020e6fe7d0e12cb.tar.zst freebsd-ports-gnome-4bec56d917370ffe1839b6bcd020e6fe7d0e12cb.zip |
fix with freetype2
PR: 50890
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD2/files/patch-aa | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/p5-GD2/files/patch-aa b/graphics/p5-GD2/files/patch-aa index ae19b62cd722..8bb97191c815 100644 --- a/graphics/p5-GD2/files/patch-aa +++ b/graphics/p5-GD2/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.PL.orig Wed Nov 27 08:29:57 2002 -+++ Makefile.PL Thu Apr 3 01:35:53 2003 +--- Makefile.PL.orig Wed Nov 27 16:29:57 2002 ++++ Makefile.PL Sun Apr 13 02:25:57 2003 @@ -6,46 +6,23 @@ @@ -55,7 +55,7 @@ my $FCGI = 0; # set to 1 to build compatability with fastCGI -@@ -61,16 +38,13 @@ +@@ -61,16 +38,14 @@ push @INC, '-I/lib_root/ft2/include/freetype' if ($FT && $^O eq 'VMS'); push @INC, '-I/X11' if ($XPM && $^O eq 'VMS'); @@ -70,8 +70,9 @@ -$DEFINES .= ' -DHAVE_JPEG' if $JPEG; -$DEFINES .= ' -DHAVE_FT' if $FT; -$DEFINES .= ' -DHAVE_XPM' if $XPM; -++my $DEFINES = '-DHAVE_JPEG -DHAVE_TTF'; -++$DEFINES .= ' -DHAVE_XPM' unless $^O eq 'MSWin32'; ++my $DEFINES = '-DHAVE_JPEG -DHAVE_TTF'; ++$DEFINES .= ' -DHAVE_FT' if $FT; ++$DEFINES .= ' -DHAVE_XPM' unless $^O eq 'MSWin32'; $DEFINES .= ' -DFCGI' if $FCGI; WriteMakefile( |