1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-wm/spager/files/patch-ab
Steve Price 89b7d2a446 - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly

PR:		19623
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00

18 lines
607 B
Plaintext

--- sample.rc.orig Mon Jun 5 12:52:12 2000
+++ sample.rc Mon Jun 5 13:06:32 2000
@@ -4,11 +4,12 @@
;;;
;; This is the directory where the archive is untarred.
-(setq spager-directory "/home/satyaki/spager")
+(setq spager-directory "%%PREFIX%%/share/spager")
+(setq spager-bin-directory "%%PREFIX%%/bin")
;; I don't think you need to change anything under this line...
(setq load-path (cons spager-directory load-path))
-(setq spager-executable (format nil "%s/spager" spager-directory))
+(setq spager-executable (format nil "%s/spager" spager-bin-directory))
(load "spager.jl")
(spager-start)