1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/ruby-gd/files/patch-extconf.rb
Norikatsu Shigemura 99a390f50b o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
  (to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).

PR:		ports/54100
Submitted by:	Ports Fury
2003-07-11 18:16:14 +00:00

12 lines
374 B
Ruby

--- extconf.rb.orig Wed May 30 23:14:17 2001
+++ extconf.rb Sun Jul 6 00:14:20 2003
@@ -48,7 +48,7 @@
end
if have_library('z') and have_library('png') and
- have_library('gd', 'gdImagePng') and have_library('m')
+ have_library('%%GD%%', 'gdImagePng') and have_library('m')
if with_config('ttf') and not have_func('gdImageStringTTF')
delete_link('ttf')