1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/graphics/ruby-gd/files/patch-aa

13 lines
269 B
Plaintext

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