mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Uses Qt library, so Aqua support is available if qt3-mac is installed. Submitted by: rshaw git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@5301 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
287 B
Bash
12 lines
287 B
Bash
--- admin/ltmain.sh.orig Thu Feb 5 15:52:10 2004
|
|
+++ admin/ltmain.sh Thu Feb 5 16:49:16 2004
|
|
@@ -1845,6 +1845,8 @@
|
|
alldeplibs=yes
|
|
continue
|
|
;;
|
|
+ -framework) continue ;;
|
|
+ [A-Za-z]*) continue ;;
|
|
esac # case $deplib
|
|
if test "$found" = yes || test -f "$lib"; then :
|
|
else
|