freebsd-ports/multimedia/imagination/files/patch-use-plugins.h
Olivier Duchateau 03852c53e2 - Support STAGEDIR [1]
- Use options helpers [1]
- Move sox dependency from BUILD_DEPENDS to LIB_DEPENDS [1]
- Force Imagination to use plugins [2]

- Adjust GNOME dependencies
- Add patch when NLS is not set
- Bump PORTREVISION

PR:		186596 [1], 186644 [2]
Submitted by:	Zsolt Udvari [1], [2]
Approved by:	Jesse Smith (maintainer) [1], timeout (> 1 month) [2]
2014-03-14 15:20:36 +00:00

11 lines
304 B
C

--- src/support.h.orig 2014-02-11 08:51:06.175251265 +0100
+++ src/support.h 2014-02-11 08:51:14.270248604 +0100
@@ -20,7 +20,7 @@
#ifndef __IMAGINATION_SUPPORT_H
#define __IMAGINATION_SUPPORT_H
-#define PLUGINS_INSTALLED 0
+#define PLUGINS_INSTALLED 1
#ifdef HAVE_CONFIG_H
# include <config.h>