diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-09-15 13:08:14 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-09-15 13:08:14 +0800 |
commit | cdc95da3102509b2b190b9bf1cd4f93eac6f81cb (patch) | |
tree | a6935aad9c581209df90f00025345c16706b33d3 | |
parent | 52f479422481c1c0a359a4db0e6d821716b6581e (diff) | |
download | freebsd-ports-gnome-cdc95da3102509b2b190b9bf1cd4f93eac6f81cb.tar.gz freebsd-ports-gnome-cdc95da3102509b2b190b9bf1cd4f93eac6f81cb.tar.zst freebsd-ports-gnome-cdc95da3102509b2b190b9bf1cd4f93eac6f81cb.zip |
- remove obsolte patch, it was included upstream.
-rw-r--r-- | x11-toolkits/lesstif/files/patch-af | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-toolkits/lesstif/files/patch-af b/x11-toolkits/lesstif/files/patch-af deleted file mode 100644 index 6bdb1ad23388..000000000000 --- a/x11-toolkits/lesstif/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ ---- ltmain.sh.orig Tue Aug 6 11:52:31 2002 -+++ ltmain.sh Wed Dec 4 08:17:43 2002 -@@ -2444,6 +2444,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # Do not include libc due to us having libc/libc_r. -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then |