diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 13:01:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 13:01:39 +0000 |
commit | 35b087134277cfee80970705036d9ac94fa5dbd2 (patch) | |
tree | 24c5b98bf7035cdc1e8cc3f76e87ab0394af367b /devel/clanlib-devel/files/patch-aa | |
parent | Update to version 0.09. (diff) |
- Update to version 0.7.4-1
PR: 57092
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'devel/clanlib-devel/files/patch-aa')
-rw-r--r-- | devel/clanlib-devel/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/clanlib-devel/files/patch-aa b/devel/clanlib-devel/files/patch-aa deleted file mode 100644 index 60cf5719f259..000000000000 --- a/devel/clanlib-devel/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.conf.in.orig Sun Apr 9 15:17:58 2000 -+++ Makefile.conf.in Sun Sep 24 15:52:59 2000 -@@ -13,15 +13,15 @@ - BIN_PREFIX = @bindir@ - TARGET_PREFIX = @libdir@/ClanLib - --INCLUDE_DIRS = -I Sources @x_includes@ -+INCLUDE_DIRS = -I Sources @x_includes@ -I ${LOCALBASE}/include - - COMP_OPTIONS = -Wall $(INCLUDE_DIRS) -fPIC -DNOCONTROLS @DEFS@ @comp_mode@ - --LINK_CORE = @libs@ -+LINK_CORE = -L${LOCALBASE}/lib @libs@ - - OBJF_NONDYN = @objf_nondyn@ - --LINK_COMMAND = $(CXX) -shared -fPIC -Wl,-rpath,$(TARGET_PREFIX) -+LINK_COMMAND = $(CXX) -shared -fPIC -Wl,-rpath,$(TARGET_PREFIX) -L${LOCALBASE}/lib - - Libs/Intermediate/%.o : %.cpp - @echo "Compiling $<" |