diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-04-12 19:35:30 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-04-12 19:35:30 +0000 |
commit | 2e38362afbcefaa4ab8dea9b3268d620769bba3f (patch) | |
tree | 94c073e2c7585ec0a8827126d973088173230c29 /sysutils/acidlaunch/files/patch-src::Makefile.in | |
parent | Fix build error. (diff) |
New port: acidlaunch
Acidlaunch is a small, light-weight dockable app launcher with a simple
XML-based configuration syntax. It's great as a small, simple app launcher, and
it can optionally run in a withdrawn mode for embedding in the BlackBox
slit.
Submitted by: Alexey Dokuchaev
Diffstat (limited to 'sysutils/acidlaunch/files/patch-src::Makefile.in')
-rw-r--r-- | sysutils/acidlaunch/files/patch-src::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/acidlaunch/files/patch-src::Makefile.in b/sysutils/acidlaunch/files/patch-src::Makefile.in new file mode 100644 index 000000000000..1da0db8ffbd9 --- /dev/null +++ b/sysutils/acidlaunch/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Apr 11 20:41:42 2003 ++++ src/Makefile.in Fri Apr 11 20:42:11 2003 +@@ -72,7 +72,7 @@ + XML_CONFIG = @XML_CONFIG@ + XML_LIBS = @XML_LIBS@ + +-CPPFLAGS = -DPREFIX=\"@prefix@\" ++CPPFLAGS = -DPREFIX=\"${X11BASE}\" + + bin_PROGRAMS = acidlaunch + |