aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-gd/files
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-05-23 03:51:18 +0800
committerknu <knu@FreeBSD.org>2001-05-23 03:51:18 +0800
commitdb304c7a3daa8d156cf80c57c383111f62a0860a (patch)
tree245f8bb829ba54d8538734949becddfe753b63ab /graphics/ruby-gd/files
parent5be5acfdc073df2b17c5d0b72161a63cb6529c75 (diff)
downloadfreebsd-ports-gnome-db304c7a3daa8d156cf80c57c383111f62a0860a.tar.gz
freebsd-ports-gnome-db304c7a3daa8d156cf80c57c383111f62a0860a.tar.zst
freebsd-ports-gnome-db304c7a3daa8d156cf80c57c383111f62a0860a.zip
Update to 0.7.3.
Diffstat (limited to 'graphics/ruby-gd/files')
-rw-r--r--graphics/ruby-gd/files/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/ruby-gd/files/patch-aa b/graphics/ruby-gd/files/patch-aa
deleted file mode 100644
index e731da9e852b..000000000000
--- a/graphics/ruby-gd/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- extconf.rb.orig Mon Oct 2 08:17:23 2000
-+++ extconf.rb Mon Oct 2 23:32:21 2000
-@@ -18,8 +18,7 @@
- dir_config("gd")
-
- if with_config("xpm")
-- $CFLAGS += " -I/usr/X11R6/include"
-- $LDFLAGS += " -L/usr/X11R6/lib"
-+ dir_config('x')
- end
-
- if with_config('jpeg')