895dddca5e
* A huge set of patches for modules and plugins, many thanks to all the contributors (hope to list them all): cdmack, Viruzzo, Lance, maxadamo, nvhs, russell822, Andre Martin, Daniel Black, Picov, RISKO Gergely, blackmoon and Spil * A new zenity-based (GNOME eye-candy) updater interface by maxadamo * Internationalization support (and Italian localization) for the regular fltk updater by blackmoon * Updated versions of the cURL and gnutls libraries for Windows * The luasocket library is now part of freepops and can be used to write modules We still avoid installing any of the self-updaters. Might be nice to add in a future PKGREVISION.
13 lines
347 B
Text
13 lines
347 B
Text
$NetBSD: patch-ae,v 1.2 2008/10/23 04:40:55 schmonz Exp $
|
|
|
|
--- src/freepops.h.orig 2007-01-13 17:36:25.000000000 -0500
|
|
+++ src/freepops.h
|
|
@@ -50,7 +50,7 @@ extern char *configfile;
|
|
#ifdef WIN32
|
|
#define FREEPOPS_SHARE "./"
|
|
#else
|
|
-#define FREEPOPS_SHARE "/usr/share/freepops/"
|
|
+#define FREEPOPS_SHARE "@PREFIX@/share/freepops/"
|
|
#endif
|
|
|
|
#endif
|