diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 17:53:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 17:53:00 +0000 |
commit | 0aa558234e49deb5f605d4b63aa51d3bf329bc72 (patch) | |
tree | c6837053b298a673f82353dce3b3c1ccebbd2111 /devel/qtez/files/patch-ag | |
parent | Add port for java airport configurator (diff) |
Update to 0.93.2
PR: 21279
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=32706
Diffstat (limited to 'devel/qtez/files/patch-ag')
-rw-r--r-- | devel/qtez/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/qtez/files/patch-ag b/devel/qtez/files/patch-ag new file mode 100644 index 000000000000..5c16b59ef719 --- /dev/null +++ b/devel/qtez/files/patch-ag @@ -0,0 +1,11 @@ +--- src/plugins/bugreport/Makefile.am.orig Fri Sep 15 03:08:52 2000 ++++ src/plugins/bugreport/Makefile.am Fri Sep 15 10:01:20 2000 +@@ -12,7 +12,7 @@ + PluginBugReport.h PluginBugReport.cpp + + libbugreport_la_METASOURCES = USE_AUTOMOC +-libdir = $(prefix)/qtez/plugins ++libdir = $(QTEZ)/plugins + + #noinst_PROGRAMS = bug + #bug_SOURCES = main.cpp |