Changeset 79235
- Timestamp:
- 06/05/11 19:11:48 (4 years ago)
- Location:
- trunk/dports/x11/awesome
- Files:
-
- 1 added
- 2 edited
-
Portfile (modified) (5 diffs)
-
files/patch-CMakeLists.txt.diff (modified) (2 diffs)
-
files/patch-upstream-xcb.diff (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/awesome/Portfile
r69285 r79235 5 5 6 6 name awesome 7 version 3.4. 47 version 3.4.10 8 8 categories x11 x11-wm 9 9 maintainers milosh openmaintainer … … 25 25 master_sites ${homepage}/download/ 26 26 use_bzip2 yes 27 checksums md5 8c2537ad898d7f58a0f3ba92e6a561a1\28 sha1 923355b2e34320c4265fba4906a5b923869b88a6 \29 rmd160 7ff57a27ef69b35104dd2c753aaf65166e1087a027 checksums md5 245087f8065867eff37a2133287d5c03 \ 28 sha1 f3fb824623197aa70708c28ea3aa0c0665617016 \ 29 rmd160 f64298c9865effca1730650142d2efe9be690dd3 30 30 31 31 depends_build \ … … 33 33 34 34 depends_lib \ 35 port:dbus \ 35 36 port:lua \ 36 37 path:lib/pkgconfig/glib-2.0.pc:glib2 \ … … 38 39 path:lib/pkgconfig/cairo.pc:cairo \ 39 40 port:xorg-libxcb \ 41 port:xorg-xcb-util-image \ 42 port:xorg-xcb-util-keysyms \ 43 port:xorg-xcb-util-wm \ 40 44 port:xorg-randrproto \ 41 45 port:startup-notification \ … … 55 59 -DXDG_CONFIG_HOME=${prefix}/etc/xdg" 56 60 57 patchfiles patch-CMakeLists.txt.diff 61 patchfiles \ 62 patch-CMakeLists.txt.diff \ 63 patch-upstream-xcb.diff 64 65 patch.pre_args -p1 58 66 59 67 use_configure no -
trunk/dports/x11/awesome/files/patch-CMakeLists.txt.diff
r57461 r79235 1 --- CMakeLists.txt.orig 2009-08-30 20:47:13.000000000 +02002 +++ CMakeLists.txt 2009-08-30 20:47:33.000000000 +02001 --- a/CMakeLists.txt.orig 2009-08-30 20:47:13.000000000 +0200 2 +++ b/CMakeLists.txt 2009-08-30 20:47:33.000000000 +0200 3 3 @@ -91,7 +91,7 @@ 4 4 … … 6 6 PROPERTIES 7 7 - LINK_FLAGS -export-dynamic) 8 + LINK_FLAGS -dynamic)8 + LINK_FLAGS "-dynamic -liconv") 9 9 10 10 target_link_libraries(${PROJECT_AWE_NAME}
Note: See TracChangeset
for help on using the changeset viewer.

