opnsense-ports/graphics/ruby-gd/files/patch-extconf.rb
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 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')