freebsd-ports/games/xtic/files/patch-aa
Steve Price 55c08dec0b - Support X11BASE properly
PR:		21033
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:16:26 +00:00

9 lines
312 B
Plaintext

--- ./configure.h.org Sun Jun 18 13:31:44 1995
+++ ./configure.h Thu Jun 22 21:17:57 1995
@@ -20,4 +20,4 @@
/* Linker flags needed to locate and link in the Xpm library
* Change this to the correct place, if needed */
-#define XPMLIBRARY -L/usr/local/lib -lXpm
+#define XPMLIBRARY -L%%X11BASE%%/lib -lXpm